Selamun aleyküm.
Kalıcı bağlantılarımı; /kategori/konuadı yahut /kategori/konuadı.wp yapmak
istiyorum. Ancak her ikiside olmuyor.
.htaccess dosyası oluşturdum ve,
# Begin Plaintext WordPress plugin
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{DOCUMENT_ROOT}/wp-content/plaintext/$1 -f
RewriteRule ^plaintext/(.+)$ /wp-content/plugins/plaintext.php?plaintextpath=$1 [L]
</IfModule>
# End Plaintext WordPress plugin
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}
RewriteRule . /index.php [L]
</IfModule>
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
Kodlarını tek tek denedim fakat yine bir sonuç alamadım. Kurulumda yahut dosyalarla ilgili bir sorun olduğunu zannetmiyorum.
Kullanmış olduğum Wordpress sürümü; 2.3.3, Sunucum; Windows.
Daha önceki kullandığım sürümlerde de aynı sorunu yaşadım.
Ancak artık bu sorunuma bir çare bulunmasını bekliyorum.
İlginiz için şimdiden teşekkürler.
Destek sorusu değil
