I have three directories, Dir1,Dir2 & Dir3 in the root of my Drupal installation. I want to bypass these directories.
I have tried the below in .htaccess and its not working (Allowing subdirectories).
RewriteCond %{REQUEST_URI} "/Dir1/" [OR]
RewriteCond %{REQUEST_URI} "/Dir2/" [OR]
RewriteCond %{REQUEST_URI} "/Dir3/"
RewriteRule (.*) $1