HackRepair.com Blacklist of User agent
-
Hi. Is the plugin block crawler, same as block usergent? Sorry silly question, i’m not surely what is difference crawler vs user-agent, just be sure before working on it.
I used code bellow in .htaccess. If your plugin work same function as user-agent. Can i delete these code and started working on your plugin? By the way “add new/each user-gent” to “Web Crawler List”# Start HackRepair.com Blacklist
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} “^Mozilla.*Indy” [NC,OR]
RewriteCond %{HTTP_USER_AGENT} “^Mozilla.*NEWT” [NC,OR]
RewriteCond %{HTTP_USER_AGENT} “^$” [NC,OR]
RewriteCond %{HTTP_USER_AGENT} “^Maxthon$” [NC,OR]
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘HackRepair.com Blacklist of User agent’ is closed to new replies.