Thread
:
I need mod rewrite to deny all .edu domains
View Single Post
06-25-2005, 07:38 AM
Bladewire
StraightBro
Industry Role:
Join Date: Aug 2003
Location: Monarch Beach, CA USA
Posts: 56,229
OK thanks guys. Are you sure I have to do the hostnamelookups call?
So
HostnameLookups On [in the apache config] and
RewriteEngine on
RewriteCond %{HTTP_HOST} *\.edu
RewriteRule ^(.*)$ - [L]
in my .htaccess?
Bladewire
View Public Profile
Find More Posts by Bladewire