Code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$ [NC]
RewriteCond %{HTTP_REFERER} !^http://vladsex.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.vladsex.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://66.28.42.142.*$ [NC]
RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$|.*[Jj][Pp][Ee][Gg]$ / [F]
This is how my htaccess currently looks like. I obviously don't want fuckers to hitlink my pics. But the problem is that I might run into trouble once I submit galleries and the TGP bot check my pics.
How do I modify the htaccess to allow type-in traffic to the pics ?
Thanks !