- Original Poster
- #1
I have the Jorgee bot blocked in htaccess via a mod_rewrite ... but it doesn't seem to be working. 
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} xenu [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ZmEu [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Jorgee [NC]
RewriteRule !^robots\.txt$ - [F]
</IfModule>
I'm still seeing Jorgee in my Wordfence "Live Traffic" view ... and it's hitting hundreds of pages! If it's blocked in htaccess, each of those Jorgee requests shouldn't even be loading WP, should it? How come Jorgee is still appearing in the Wordfence live view logs?
I've got a block in Wordfence itself for Jorgee, but it's such a badly behaved bot that I don't want it even getting that far (as that involves executing the WP code for every stupid page request it makes).
Any suggestions?
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} xenu [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ZmEu [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Jorgee [NC]
RewriteRule !^robots\.txt$ - [F]
</IfModule>
I'm still seeing Jorgee in my Wordfence "Live Traffic" view ... and it's hitting hundreds of pages! If it's blocked in htaccess, each of those Jorgee requests shouldn't even be loading WP, should it? How come Jorgee is still appearing in the Wordfence live view logs?
I've got a block in Wordfence itself for Jorgee, but it's such a badly behaved bot that I don't want it even getting that far (as that involves executing the WP code for every stupid page request it makes).
Any suggestions?
