• 19-09-2008, 13:22:09
    #1
    Kimlik doğrulama veya yönetimden onay bekliyor.
    arkadaşlar godaddy de deluxe hosting kullnaıyorum 1. sitede sorun yok. ama 2. sitenin hostingi root da /klasöt şeklinde. bu sebeple ilk sitenin htaccess i siteyi angelliyor. siteadı.com diye girince açılmıyor. ama siteadı.com/index.php şeklinde açılıyor. htaccess i aşşağıda verdim. diğer siteyi bozmadan bu sorunu nasıl düzeltebilirim. ne yapmam gerekli arkadaşlar?

    Options +FollowSymLinks
    RewriteEngine On

    RewriteRule ^top/page/(.*)/$ http://siteadı.com/top.php?page=$1 [L]

    RewriteRule ^latest/page/(.*)/$ http://siteadı.com/latest.php?page=$1 [L]

    RewriteRule ^(.*)/(.*)/(.*).html$ http://siteadı.com/show.php?cat=$1&sub_cat=$2&img=$3 [L]


    RewriteRule ^(.*)/(.*)/$ http://siteadı.com/showcat.php?cat=$1&subcat=$2 [L]


    RewriteRule ^(.*)/$ http://siteadı.com/showcat.php?cat=$1 [L]

    RewriteRule ^most-rated.html$ http://siteadı.com/showmost.php?type=1 [L]
    RewriteRule ^most-clicked.html$ http://siteadı.com/showmost.php?type=2 [L]
    RewriteRule ^most-downloaded.html$ http://siteadı.com/showmost.php?type=3 [L]
    RewriteRule ^most-Searched.html$ http://siteadı.com/showmost.php?type=4 [L]
  • 19-09-2008, 13:30:35
    #2
    en üst satırları şunla değiştirirmisin..

    Alıntı
    Options +FollowSymLinks
    RewriteBase /
    RewriteEngine On
  • 19-09-2008, 13:35:59
    #3
    olmadı arkadaşım yine siteadı.index.php şeklinde girmem gerekiyor. başka fikri olan?
  • 22-09-2008, 10:50:18
    #4
    Kurumsal PLUS
    dosyanın en başına;

    DirectoryIndex index.php index.html

    ekleyip deneyebilirsin.
  • 22-09-2008, 12:56:03
    #5
    arkadaşım bunuda denedim bir sonuç alamadım. başka bir fikri olan varmı acaba?
  • 22-09-2008, 22:45:29
    #6
    arkadaşlar konuyla alakalı kimse yokmudur. 3 gündür bir sonuca varamadım
  • 03-10-2008, 15:45:09
    #7
    arkadaşlar 1 hafta oldu halen yardım bekliyorum
  • 03-10-2008, 15:47:01
    #8
    RewriteRule ^(.*)/(.*)/(.*).html$ http://siteadı.com/show.php?cat=$1&sub_cat=$2&img=$3 [L]


    RewriteRule ^(.*)/(.*)/$ http://siteadı.com/showcat.php?cat=$1&subcat=$2 [L]


    RewriteRule ^(.*)/$ http://siteadı.com/showcat.php?cat=$1 [L]

    şu kodları silip denermisiniz
  • 03-10-2008, 16:00:14
    #9
    onları silmek durumu düzeltiyor ancak buseferde site düzgün çalışmıyor. :S denedim. kullandığım script çalışmadı.