Forum Moderators: phranque
What little I've learned about the black art of .htaccess it seems that it is ideal for the task. Only problem is that I have no idea how to go about it. Has someone already done something smiliar that can help out with what the code should look like?
RewriteCond %{HTTP_REFERER} ^http://www\.sitespammers-r-us\.com [OR]
RewriteCond %{HTTP_REFERER} q=[^&]*phrase\ I\ don't\ like [OR]
RewriteCond %{HTTP_REFERER} q=[^&]*badword1 [OR]
RewriteCond %{HTTP_REFERER} q=[^&]*badword2
RewriteRule .* - [F]
Jim