Moving site to subfolder
PermalinkI'm looking to move just the files from my testing server athttp://174.121.85.92/~execms/ to executive-lodging.com/cms/
but I want to keep the database on the originalhttp://174.121.85.92/~execms/
How do I do this?
I downloaded and uploaded the files to the subfolder /cms and edited my config/site.php file to
define('DB_SERVER', 'http://174.121.85.92/~execms/');
Is there anything else I need to do?
Thanks,
Chris
I setup my database so it will accept remote access. It's almost working. It just says 'Unable to connect to database. A database error occurred while processing this request.'
If C5 is in a sub-directory off of your webroot, you will need to set "DIR_REL". Hope that helps!
http://www.concrete5.org/documentation/installation/moving_a_site...