View Single Post
Old 08-27-2001, 08:54 PM  
SonOfRage
Confirmed User
 
Join Date: Apr 2001
Location: You have a cute daughter, mind if I jack?
Posts: 632
RewriteEngine On
RewriteOptions inherit
RewriteCond %{HTTP_REFERER} !^http://.*yourdomain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://xxx.xxx.xxx.xxx/.*$ [NC]
RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$ http://www.yourdomain.com/
[R,L]

This is cool, but it also prevents people linking to your galleries. I need TGP's to be able to link to my galleries.

Anyway to rewrite this to only block images?

Thanks
SonOfRage is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote