| 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]
|