Forum Moderators: phranque
Error Accessing [my_domain.com...] Content-type: text/html
...most likely due to my ban list via .htaccess. Can anyone tell me what tool is being used here so I can remove it from my list? Thanks.
RewriteCond %{HTTP_USER_AGENT} ^libwww-perl/[0-9] [NC]
RewriteCond %{REMOTE_ADDR} !^http://www\.searchengineworld\.com
RewriteRule !^forbidden\.html$ - [F]
Still getting error. What am I doing wrong? Thanks.
In this case don't make it a different but if the IP is for example 69.36.190.17 and you use this RewriteCond
RewriteCond %{REMOTE_ADDR}!^69\.36\.190\.17
The IP's 69.36\.190.170 untill 69.36\.190.179 are than also allowed in this case.