Answer the question
In order to leave comments, you need to log in
Is it possible to move the CMS to a subfolder but keep addressing from the root?
I want to put the CMS in the /october/ folder, but make a redirect so that the pages go from the root: example.com/my_page.html I
wrote the rules:
RewriteCond %{REQUEST_URI} !^/october/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /october/$1
RewriteRule ^(/)?$ october/index.php [L]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question