Moving my site from another folder
PermalinkWondering if someone can help me. I've built my site in a subfolder and figured I would be able to simply move all the files out into the root http folder, but that didn't work.
Is there something more I need to do here?
If you have pretty URL's enabled, go to your .htaccess file in your root directory. Look for Rewritebase. It should say:
/
Change that into /your_subdirectory/. So if your directory is "test_dir", change it into
/test_dir/
There could be some directory-specific settings in application/config.
Could be .htaccess, especially if you've used pretty URLs.
Being conservative, I'd consider the full process at
https://documentation.concrete5.org/developers/installation/moving-a...