Hi guys!
1) Could you please tell me how to ban bots with litespeed?
I tried this, but it is not working. Could you tell me what is wrong?
2) Also, I want no LiteSpeed sign on all the default error pages.
In Apache there was such an option to make it silent. Is it possible with LiteSpeed?
Thank you!
1) Could you please tell me how to ban bots with litespeed?
I tried this, but it is not working. Could you tell me what is wrong?
Apache config:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^Linguee [OR]
RewriteCond %{HTTP_USER_AGENT} ^MJ12bot [OR]
RewriteCond %{HTTP_USER_AGENT} ^AhrefsBot [OR]
RewriteCond %{HTTP_USER_AGENT} ^Ezooms [OR]
RewriteCond %{HTTP_USER_AGENT} ^AcoonBot [OR]
RewriteCond %{HTTP_USER_AGENT} ^SISTRIX [OR]
RewriteCond %{HTTP_USER_AGENT} ^NextGenSearchBot [OR]
RewriteCond %{HTTP_USER_AGENT} ^80legs [OR]
RewriteCond %{HTTP_USER_AGENT} ^Sogou [OR]
RewriteCond %{HTTP_USER_AGENT} ^ZmEu [OR]
RewriteCond %{HTTP_USER_AGENT} ^360Spider
RewriteRule .* - [F,L]
In Apache there was such an option to make it silent. Is it possible with LiteSpeed?
Thank you!
Last edited by a moderator: