Re: Hotlinkers Stealing Bandwidth
ramius, did you find anything? I used the player setup wizard with this .htaccess in my flvideo folder and I was still able to view the video. Not sure why this wouldn't be working.....
UPDATE: The code needs to be in the .htaccess in the root directory (not the flvideo directory). I added this bit of code to the main .htaccess AND the logo was displayed instead!!!! Yay!!!! To get the image to be displayed, I just needed to remove the first "slash" from infront of "templates". Here's my successful code:
Code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?YOURDOMAIN.COM(/)?.*$ [NC]
RewriteRule \.(flv|swf|png|bmp|js|css|jpg|jpe?g|gif)$ templates/images/logo.jpg [L,NC]
If it's not fun, stop doing it!
Bookmarks