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]
My 5th book "50 Tips on JavaScript" is on sale. Go get it from https://50tips.dev.
Illustrated guide to 50 of the most interesting JavaScript topics.
RewriteRule ^(videodir|imagedir) - [L]