htaccess help!! begging for help
ok i blocked all hotlinking of my images png,jpg,bmp,gif's BUT the bmp's won't block. the following site has hotlinked almost ALL the icons on the site from me and other people the bmp files apear on that site ex under the final fanticyhttp://groups.msn.com/SailorScoutsWa...wallpaper.msnw
Here is my code:
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www.)?mysterioussenshi.com(/)?.*$ [NC]
RewriteRule .*.(bmp|gif|jpg|png|BMP|jpeg)$ - [F,NC]
I checked it 5 times, rewrote the whole entire thing, messed around with the code, etc trying to get it to work and all atempts failed. Can someone please help me???? Much would be appricated. Thank you!