PDA

View Full Version : htaccess


Dan S
03-11-2002, 11:31 AM
Whats the exact htaccess code to black all hits from specific domains?

eXtremal
03-11-2002, 11:44 AM
RewriteEngine on<br />RewriteCond %{HTTP_REFERER} specific.domain.com [NC]<br />RewriteRule .* [F]

Dan S
03-11-2002, 12:33 PM
Thanks Extremal and regards to the Diesel Crew!