How to access non-wordpress subfolder

Add at the beginning of the .htaccess file:


RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^/subdirectoryname1/(.*)$ [OR]
RewriteCond %{REQUEST_URI} ^/subdirectoryname2/(.*)$ [OR]
RewriteRule ^.*$ – [L]

Bookmark the permalink.

Comments are closed.