http://prntscr.com/6l3ro9How do you know you are getting attacked?
I use cloudflare but it is to break it happens to me you know anybody ataquer addons to have the IP address directly visitor list for me to Deny fromUse Cloudflare or similar service to proxy your HTTP traffic.
if its been 1 years of this when he Lfont my site and its services outside
That is not any attacks, don't worry.
You need to block based on user agent. This is discussed here: http://www.webmasterworld.com/apache/4660863.htm The first post by "wilderness" should give you code options for your .htaccess.
RewriteEngine on
# IF User Agent "contains WordPress"
RewriteCond %{HTTP_USER_AGENT} WordPress
RewriteRule .* - [F]
## Deny certain User-Agents (case insensitive)
## The ~* makes it case insensitive as opposed to just a ~
if ($http_user_agent ~* (AHrefs|Wordpress|Baidu|Morfeus|ZmEu|Baiduspider|Jullo|Yandex|Sogou|Baidu) ) {
return 444;
}
to by I is not seen your message ok thank you I testAt the top of your .htaccess.
If it worked properly, the logs will start showing a code of (I believe) 403 instead of 200 (after the "GET / HTTP/1.1" part) and the users won't appear as online in XF.
Unless you are using NGINX (and I don't think you are, you appear to be using Apache), this won't work for it. It's specific to nginx (an much superior HTTP server compared to Apache).but all that I following the .htaccess? like her?
## Deny certain User-Agents (case insensitive)
## The ~* makes it case insensitive as opposed to just a ~
if ($http_user_agent ~* (AHrefs|Wordpress|Baidu|Morfeus|ZmEu|Baiduspider|Jullo|Yandex|Sogou|Baidu) ) {
return 444;
}
????
We use essential cookies to make this site work, and optional cookies to enhance your experience.