- This topic has 0 replies, 1 voice, and was last updated 7 years, 5 months ago by .
-
Topic
-
In the .htaccess file in your site root, add the following ABOVE the WordPress .htaccess directives:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^/subfolder1/(.*)$ [OR]
RewriteCond %{REQUEST_URI} ^/subfolder2/(.*)$ [OR]
RewriteRule ^.*$ – [L]
</IfModule>
- You must be logged in to reply to this topic.