• 19-10-2008, 13:35:22
    #1
    merhaba, google webmaster tools da index.html bulunamadı yazıyor index.php var sitemde acaba htaccess ile mi alakalı birde sitemde bulunamayan urller siteismi.com gibi olsa bile sitede açılıyor bunu kapatma şansım varmı?

    htaccess

    RewriteEngine On
    RewriteRule ^l([0-9]*)\.html$ kategori.php?catid=$1 [L]
    RewriteRule ^l([0-9]*).(.*)\.html$ kategori.php?catid=$1 [L]
    RewriteRule ^([0-9]+) sayfa.php?id=$1 [L]
    RewriteRule ^(.*)/([0-9]+)\.php$ sayfa.php?id=$2 [L]
  • 19-10-2008, 14:41:55
    #2
    Üyeliği durduruldu
    RewriteEngine On
    RewriteRule ^index.html$ index.php
    RewriteRule ^l([0-9]*)\.html$ kategori.php?catid=$1 [L]
    RewriteRule ^l([0-9]*).(.*)\.html$ kategori.php?catid=$1 [L]
    RewriteRule ^([0-9]+) sayfa.php?id=$1 [L]
    RewriteRule ^(.*)/([0-9]+)\.php$ sayfa.php?id=$2 [L]

    şimdi index.html i bulur.

    Bilgi Güncem: 404 hata yönetimi yapımı

    şunuda oku.