• 13-10-2010, 17:24:19
    #1
    Merhaba,

    Asp bir sistemden wordpresse geçtim eski yazılarımı taşımayı düşünmüyorum fakat eski yazılarım ana sayfaya yönlensin istiyorum yardımcı olabilirmisiniz ?
    .htaccess dosyasına ne eklemeliyim temada 404.php yok ne yapmam lazım


    şu anki hali

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress
  • 13-10-2010, 17:37:28
    #2
    ErrorDocument 500 /index.php
    ErrorDocument 404 /index.php
    ErrorDocument 403 /index.php
    ErrorDocument 401 /index.php
    ErrorDocument 400 /index.php

    bunları ekleyebilirsin.
  • 13-10-2010, 17:39:55
    #3
    ekledim ama sonuç aynı boş bir sayfa çıkıyor
  • 13-10-2010, 18:02:26
    #4
    hallettim bir tane 404.php yapıp temanın içine attım sonrada metadan yönlendirme yaptım