Hi all
As per this page >https://openlitespeed.org/kb/access-control/
This rewrite rules block everything, even if I pass google as a referrer it doesn't work, literally the entire web site responds with 403
I am finding such a simple thing as rewrites to be awfully complicated which is rather troubling.
As per this page >https://openlitespeed.org/kb/access-control/
Code:
RewriteCond %{HTTP_USER_AGENT} !.*google.* [NC,OR]
RewriteCond %{HTTP_USER_AGENT} !.*Bing.* [NC]
RewriteRule sitemap.xml$ - [F,L]
I am finding such a simple thing as rewrites to be awfully complicated which is rather troubling.