How do I replace my old website with new Concrete5 website?
PermalinkI did disable pretty urls and disable caching before I did all this. Also, I saw something about the MySql database. In site.php it says [define('DB_SERVER', 'localhost');] and then lists the database name and password. One discussion suggested it should say 'mysql.mydomain.com'. That didn't seem to work, though I may have done it wrong.
Any ideas what is going wrong?? Please be very detailed in instructions because I really have no idea what I'm doing.

The 3 files that seem to be important:
index.php is in root directory
dispatcher.php is in root/concrete
site.php is in root/config
I just tried deleting the [define('DIR_REL', '/concrete5');] line altogether from the site.php and ta-da, my site appeared! I'd tried that before but since all the files weren't moved it didn't work.
THANK YOU!!