Hi,brbrI need some help with my .htaccess file.brTo protect my swf files on my server, I placed a .htaccess file to stop hotlinking.brbrHere is the code off my .htacces file.br
Code:
RewriteEngine onbrRewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?minispel.be [NC]brRewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?uwspelletjes.nl [NC]brRewriteRule \.(swf|dcr)$ http://www.minispel.be/500.html [NC,R,L]
brbrThe swf files are hosted on
www.minispel.be and ww.uwspelletjes.nl is my second game site. As you see
www.uwspelletjes.nl is allowed to link the swf files, but this code is not working in Firefoxe.brbrWhen I wanna play a game with firefox on both websites, I get a message "Stop Hotlinking" and it redirect me to
www.minispel.be, but he has to do this only with other websites.brbrIt works perfect with IE and Opera, but not in Firefox.brbrCan someone help to fix this script for Firefox.br