Thread: .htaccess HELP
View Single Post
Old 09-16-2002, 04:26 PM  
Buck
Registered User
 
Join Date: Sep 2002
Posts: 27
AuthUserFile /dev/null
AuthGroupFile /dev/null

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://YOURDOMAIN.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.YOURDOMAIN.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.YOURIP/ [NC]
RewriteRule /* http://www.YOUR_DOMAIN.com/ [R,L]
Buck is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote