Hello, I come to set up a linux server with RedHat Enterprise 5.1, so I want to migrate my online application I have from windows based xampp to Linux with xampp. I downlaoded xampp 1.7.1 and I installed it on my Linux RHE. Please help me, and I believe in You.Thanks a lot.

Peter
from Rwanda

Recommended Answers

All 2 Replies

after you installed it did you start up the server ?
# /opt/lampp/lampp start

you run that command just change the /opt/ to the directory you have your xampp then just copy your files into the htdocs and ur done you may run into some weird issuse with permissions on who can few the files you will will need to play around with the following commands first one changes owner and scecond set the
permissions of the file
#chown
#chmod

first you need to make a backup of the sql database then import the database on your new server then move your files to the new server and then reconnect the config file to the new database if you changed anything.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.