Results 1 to 1 of 1
I found this bit of code and created a .htaccess file in the folder, but it is not doing what I want it too.
Code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-24-2006 #1Just Joined!
- Join Date
- Jun 2006
- Posts
- 1
blocking image hotlinking
I found this bit of code and created a .htaccess file in the folder, but it is not doing what I want it too.
I would like for all offsite A HREF links to the imagery to work while the offsite IMG tags do not. Is this even possible?Code:RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?llbbl.com(/)?.*$ [NC] RewriteRule .*\.(gif|GIF|jpg|JPG)$ - [F]


Reply With Quote
