View Single Post
  #5 (permalink)  
Old 09-01-2008,
jay08 jay08 is offline
Junior Member
 
Join Date: Sep 2008
Posts: 1
Default

Quote:
Originally Posted by AMPC View Post
Block traffic from competitors site / case insensitive

RewriteEngine on
# Options +FollowSymlinks
RewriteCond %{HTTP_REFERER} competitorsite\.com [NC,OR]
RewriteRule .* - [F]

Uncomment the line with "Options +FollowSymlinks" above (remove the #) if your server is not configured with FollowSymLinks in its <directory> section of the httpd.conf, and you get a 500 Internal Server error when using the code above as is.
Hi,

What is the code to block several sites?

Thanks!
Reply With Quote