Konu
WordPress Statik Link?
29-12-2007, 01:21:31
#2
ahmetmert
.htaccess dosyasının içine aşağıdaki kodları yaz.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>