grungee
11-01-2007, 19:48/07:48PM
If I use the following code it works for the first instance I put in the .htaccess file but when I go to add it again for another scraper it doesn't work any more
RewriteCond %{REMOTE_ADDR} ^123.456.78.9
RewriteCond %{HTTP_HOST} !123\.456\.78\.9+
RewriteRule /* http://www.scrapersite.com/ [R,L]
Any ideas why it only works if I put it in the file once?
I know I can just ban scrapers and idiots and bots but I like the idea of being able to send them back to there own sites.
RewriteCond %{REMOTE_ADDR} ^123.456.78.9
RewriteCond %{HTTP_HOST} !123\.456\.78\.9+
RewriteRule /* http://www.scrapersite.com/ [R,L]
Any ideas why it only works if I put it in the file once?
I know I can just ban scrapers and idiots and bots but I like the idea of being able to send them back to there own sites.