PDA

View Full Version : .htaccess and NS4.x


Spookster
10-15-2002, 11:03 PM
I set up an .htaccess to prevent hotlinking to some files and everything works great when the user is using IE unfortunately though NS4.x doesn't seem to properly send the referrer information along and get's sent to my 403 page regardless.

Here is what I am using to prevent hotlinking:


Rewriteengine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://www.firepages.com.au/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://209.197.233.28/.*$ [NC]
RewriteRule .*\.(exe|EXE)$ - [F]


Any suggestions besides finding every user of NS4.x and beating some sense into them so they download a better browser?

Spookster
10-15-2002, 11:08 PM
I guess we can add Mozilla to that list. Doesn't work with Mozilla either.