View Single Post
Old May 19th, 2005, 11:48 AM   #4 (permalink)
Greebo
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 41
Re: .htaccess not operating on subdirs recursively?

I'm referring to the contents of the .htaccess file:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?pilotsofamerica.com(/)?.*$ [NC]
RewriteRule .*\.(avi|bmp|gif|jpeg|jpg|midi|mp3|mpeg|mpg|pdf|png|ram|wav|wma|wmv)$ [F,NC]
Greebo is offline