.htaccess dosyasını güncellersen sorun düzelecektir.
ınternette bı cok dosya buldum ama denedım hepsını olmadı nasıl bır guncelleme ?
--R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 11:41:59 -->-> Daha önceki mesaj 11:40:50 --
.htaccess 'in ıcındekı kodlar
Alıntı
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
php_value memory_limit 64M