Moved site to "Old" folder

Permalink
Hello, I recently moved a C5 site to an "Old" folder on the server and now the only page I can access it the homepage. I need to copy content from internal pages but when I click on the navigation it redirects me to the new live site. Is there a file that I can edit to keep me on the "www.domain.com/old" version?

 
mesuva replied on at Permalink Reply
mesuva
This sounds like the .htaccess file needs to be modified.

In the rewrite rule in the .htaccess file you'll see a line
RewriteBase /

you'll need to change this to

RewriteBase /old/
br00ks replied on at Permalink Reply
Perfect! Thank you!