View Single Post
Old 06-12-2005, 10:52 PM  
nofx
Too lazy to set a custom title
 
Join Date: Nov 2002
Location: Virgin Mary's womb
Posts: 16,826
Quote:
Originally Posted by AgentCash
Try

RewriteEngine On
RewriteCond %{REMOTE_HOST} .*\.mil$ [NC,OR]
RewriteCond %{REMOTE_HOST} .*\.gov$ [NC,OR]
RewriteCond %{REMOTE_HOST} .*\.edu$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*\.mil$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*\.mil/.* [NC,OR]
RewriteCond %{HTTP_REFERER} .*\.gov$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*\.gov/.* [NC,OR]
RewriteCond %{HTTP_REFERER} .*\.edu$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*\.edu/.*
RewriteRule .* http://www.yahoo.com [R,L]

thanx man!

will try it out
__________________

Often times I wonder why
There's love and hate, theres live or die.
When sickness comes I must decide:
When feelings go, theres suicide.
nofx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote