How to exclude directory from .htaccess file
Category:
home/
PHP
Date: 2010-06-17
Posts that you may be interested in
Did you ever wonder how to exclude a directory from a .htaccess file. Here is the solution, it works perfect for me.
RewriteRule ^(videodir|imagedir) - [L]