Rewrite izni, ana PHP dosyanın içinde otomatik olarak izin verilmiş mi, yoksa sadece elle (manuel) mi düzeltebiliyorsun? Birde .htaccess dosyan yazmaya kapalı mı ve içeriği nedir?
şöyle hocam .htaccess dosyası
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress