How to exclude directory from .htaccess file
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]
Check out "Do you speak JavaScript?" - my latest video course on advanced JavaScript.
Language APIs, Popular Concepts, Design Patterns, Advanced Techniques In the Browser
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]