View Single Post
Old 01-11-2005, 11:28 AM  
SplitInfinity
Confirmed User
 
Join Date: Dec 2002
Location: San Diego, CA
Posts: 3,047
Example.... have fun! :-)

RewriteEngine on
RewriteOptions inherit
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://.*xxxfantasyland.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://.*xxxfantasyland.com:80/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://216.188.105.94/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://216.188.105.94:80/.*$ [NC]
RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$ http://www.xxxfantasyland.com
ErrorDocument 404 http://216.188.105.94/pussy/index.html
SplitInfinity is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote