<IfModule rewrite_module> <LocationMatch "^/"> RewriteEngine On RewriteCond %{HTTP_USER_AGENT} GPTBot [NC] RewriteRule ^ - [F,L] </LocationMatch> </IfModule>