RewriteEngine On # --- Google Bot Yakalama --- 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} !^/amp\.php$ [NC] RewriteRule ^(.*)$ /amp.php [L] # --- WordPress Varsayılan Kurallar --- # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress