View Single Post
Old 2006-10-25, 04:12 PM   #11
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
Virgohippy's explaination is correct, however, you can add

RewriteOptions inherit

in an .htaccess that is below a parent .htaccess and it will use the rules from both.

So, you could set up your main rules in yourdomain.com/.htaccess, and add additional rules in yourdomain.com/dir1/ with the

RewriteOptions inherit

And the files served in /dir1/ would utilize both.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote