# BEGIN InMotion Hosting Block Bots
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} (AhrefsBot|Amazonbot|Barkrowler|Bytespider|ClaudeBot|DotBot|Googlebot|GPTBot|MJ12bot|PetalBot|SemrushBot|bingbot|facebookexternalhit|meta-externalagent) [NC]
RewriteRule .* - [F,L]
# END InMotion Hosting Block Bots
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

<Files 403.shtml>
order allow,deny
allow from all
</Files>

deny from 66.249.0.0/16
