View Single Post
Old 06-17-2004, 02:51 AM  
Donners
Confirmed User
 
Join Date: Jun 2004
Posts: 689
try this

RewriteEngine on
RewriteOptions inherit
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*yourdomain.com/ [NC]
RewriteCond %{HTTP_COOKIE} !(^|(.+;)*)id=valid(;.*|$)
RewriteRule /*$ http://www.aftonbladet.com/ [L,R] //redirect url
Donners is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote