I am looking to move a website (that I did not code) from one host to another. I want to get the site running on my local machine before the move so there is little to no conflict. I am using a fresh install of xampp, have copied all of the files from the public_html folder on the live site to xampp's htdocs folder, and imported the sites DBs with phpmyadmin.
At first http://localhost would prompt me to download a file 'localhost' instead of reading the index.php page, but this was solved by removing the .htaccess file. That may have been the wrong fix (please advise) but at least now the browser is attempting to display the index.php. Unfortunately, the page does not load... it only displays warnings and errors.
Can anyone give me some advice or reference material on getting this site running? I'm sure a number of things could be causing these problems, but to me (with very little experience) maintaining the directory structure/datbases should have this site working.
Perhaps there are sql permissions I do not have set correctly (I havent made any modifications since installing xampp)?
Any help would be much appreciated.
Thanks in advance!
|