Moving my site from another folder

Permalink
Hello

Wondering 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?

bottlefedbaby
 
Gondwana replied on at Permalink Reply
Gondwana
There's a chance that it's simply a caching issue.

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...
ramonleenders replied on at Permalink Reply
ramonleenders
What is "doens't work" in your situation? The homepage works, but the rest doens't?

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/