• 01-10-2007, 06:18:02
    #1
    Selam arkadaşlar

    Gece 3 'de başladım saat 06:10 oldu hala smf seo ile ugraşıyorum çıldırmak üzereyim

    Karşılaştıgım sorunlar.

    1. Konulara cevap yazınca beyaz bir sayfada "500 Internal Server Error"
    The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@yorumcuyuz.bakburda.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    More information about this error may be available in the server error log.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    Ne yaptımsa bir türlü bu sorunu çözemedim oysaki hosttaki diger seolu forumlarımda bu hata yok
    Yönlenen hata sayfası :
    1.SORUN ÇÖZÜLDÜ : seo4smf-redirect.php ve index.php dosyalarını 755 yapın.
    2.sorun...
    Örnek bölüm adı : Hoşgeldiniz.

    url adresi seolu şekilde şöyle çıkıyor: forum/hothgeldiniz-b1.0/

    Normalde "hosgeldiniz"
    olarak çıkması lazım ama hata var

    Arkadaşlar lütfen yardım edin forumumdaki hata halen devam etmekte
  • 01-10-2007, 06:27:03
    #2
    Kimlik doğrulama veya yönetimden onay bekliyor.
    1. Konulara cevap yazınca beyaz bir sayfada "500 Internal Server Error"
    The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@yorumcuyuz.bakburda.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    More information about this error may be available in the server error log.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


    -

    .htaccess den eminmisin? ordamı
  • 01-10-2007, 06:32:50
    #3
    /forum dizininde .htaccess var evet ... cmd ayarını degiştirdim olmadı kodları on off yaptım olmadı ne denediysem olmadı ya akla mantıga gelmeyecek şeyler yaptım yine düzelmedi :S:S:S
  • 01-10-2007, 07:30:18
    #4
    Arkadaşlar ilk sorunumu çözdüm. seo4smf-redirect.php dosyasının cmd ayarını 755 yaptım sorun çözüldü.
    AYnı zamanda forum dizinindeki index.php dosyasınıda 755 yapın sorun çözülüyor.

    Ama 2. sorunumu çözmedim
  • 01-10-2007, 08:36:49
    #5
    2. sorumuda kendim çözdüm kullandıgınız temanın index turkish dosyasını yenileyiniz.
  • 21-01-2008, 15:58:21
    #6
    Üyeliği durduruldu
    ya tamam oldu bunu yaptıkda şimdi ki sorunda 2. sayfaya gecmiyor acaba onu nasıl halledebiliriz...
  • 21-01-2008, 22:04:03
    #7
    turkgencnet adlı üyeden alıntı: mesajı görüntüle
    ya tamam oldu bunu yaptıkda şimdi ki sorunda 2. sayfaya gecmiyor acaba onu nasıl halledebiliriz...
    Seodan kaynaklanıyor o kullandığın host linux olmalıdır winwods'ta çalışmıyor..
    çok sayfalı konularda diğer sayfaya geçmek için
    .htaccess
    dosyasındaki
    bul
    RewriteCond %{QUERY_STRING} ^topic=([0-9]*).([0-9]*)
    değiştir
    RewriteCond %{QUERY_STRING} ^topic=([0-9]*.[0-9]*)
    çok sayfalı forumlarda diğer sayfala geçme
    seo4smf-redirect.phpdosyasını aç ve bul
    $uri = $board_name.'-b'.$board.'.0/';
    değiştir
    $uri = $board_name.'-b'.$board.'.'.$brest.'/';
    Neyse İnşallah işini görür turkgenc kardeş.. kolay gele
  • 22-01-2008, 04:01:33
    #8
    2. sayfaya geciş sorunu icin


    Sources/QueryString.php de bul

    if (!empty($modSettings['queryless_urls']) && (!$context['server']['is_cgi'] || @ini_get('cgi.fix_pathinfo') == 1) && $context['server']['is_apache'])
    Değiştir.

    if (!empty($modSettings['queryless_urls']) && ($context['server']['is_cgi'] || @ini_get('cgi.fix_pathinfo') == 1) && $context['server']['is_apache'])
  • 26-01-2008, 15:49:41
    #9
    2. sorun sanırım karakter sorunu
    buradan var
    KRaLFoRuMS™ - Tekil Mesaj gösterimi - Smf Seo Yapımı