• 20-09-2008, 21:52:34
    #1
    Arkadaslar siteye seo4smf eklentiyi kurmustum bunu aktif ettim sonra altta kodlar vardı onları eklemeyi unurrum htacess içine ve simdi forumda kayıt olunmuyor msjlara girilmiyor ne yapmam lazım..
    site: DiziPlus | Lost | SuperNaturaL | Heroes | Prison Break | Grey's Anatomy | Gossip GirL | Chuck | How I Met Your Mother | Two and A Half Men | Smallville | Yabancı Diziler |
  • 20-09-2008, 21:57:04
    #2
    .htaccess içeriği
    Alıntı
    RewriteEngine on

    #Some apache servers need Rewritebase.
    #delete # from start of Rewrite base to enable it.
    #If your forum is something like http://www.forum-example.com/forum then modify your
    #RewriteBase in this way: RewriteBase /forum

    RewriteBase /

    #Archive/Sitemaps
    RewriteRule ^sitemaps-([a-zA-Z0-9-]*)\.html index.php?dummy=1&action=seo4smfsitemaps&sa=$1 [L]

    #uncomment if you use beautifying url actions

    RewriteCond %{REQUEST_METHOD} =GET

    RewriteCond %{QUERY_STRING} ^action=(.*)$
    #RewriteRule ^(.*)$ seo4smf-redirect.php?a=%1 [R=301,L]

    RewriteCond %{QUERY_STRING} ^topic=([0-9]*)$
    RewriteRule ^(.*)$ seo4smf-redirect.php?t=%1 [R=301,L]

    RewriteCond %{QUERY_STRING} ^topic=([0-9]*).([0-9]*)
    RewriteRule ^(.*)$ seo4smf-redirect.php?t=%1 [R=301,L]

    RewriteCond %{QUERY_STRING} ^board=([0-9]*).([0-9]*)
    RewriteRule ^(.*)$ seo4smf-redirect.php?b=%1 [R=301,L]

    RewriteCond %{QUERY_STRING} ^action=profile;u=([0-9]*);(.*)$
    RewriteRule ^(.*)$ seo4smf-redirect.php?u=%1;param=%2 [R=301,L]

    RewriteCond %{QUERY_STRING} ^action=profile;u=([0-9]*)
    RewriteRule ^(.*)$ seo4smf-redirect.php?u=%1 [R=301,L]

    #Tiny Portal Old Url's
    RewriteCond %{QUERY_STRING} ^page=([0-9]*)
    RewriteRule ^(.*)$ seo4smf-redirect.php?p=%1 [R=301,L]

    #Rewrite Old urls
    RewriteRule ^index.php/board,(.*).html seo4smf-redirect.php?b=$1 [R=301,L]
    RewriteRule ^index.php/board,(.*).html;(.*) seo4smf-redirect.php?b=$1&o=$2 [R=301,L]

    RewriteRule ^index.php/topic,(.*).html seo4smf-redirect.php?t=$1 [R=301,L]
    RewriteRule ^index.php/topic,(.*).html;(.*) seo4smf-redirect.php?t=$1&o=$2 [R=301,L]

    #Bad Url's
    #RewriteCond %{REQUEST_URI} ^(.*)\.html$
    #RewriteCond %{REQUEST_URI} !^(.+)/(.*)-t([0-9]*)\.([0-9]*).html$
    #RewriteRule ^(.*)-t([0-9]*)\.([0-9]*)\.html seo4smf-redirect.php?t=$2 [R=301,L]

    RewriteRule ^(.*)/-t(.*).html seo4smf-redirect.php?t=$2 [R=301,L]
    RewriteRule ^-b(.*)/$ seo4smf-redirect.php?b=$1 [R=301,L]
    RewriteRule ^-b(.*)/(.*)$ seo4smf-redirect.php?b=$1 [R=301,L]
    RewriteRule ^(.*)/-b(.*)/$ seo4smf-redirect.php?b=$2 [R=301,L]

    #New board URL's
    RewriteRule ^(.*)-b([0-9]*)\.([0-9]*)/;(.*) index.php?dummy=1&board=$2.$3&$4 [L]
    RewriteRule ^(.*)-b([0-9]*)\.([0-9]*)/$ index.php?dummy=2&board=$2.$3 [L]
    RewriteRule ^(.*)-b([0-9]*)\.([0-9])$ index.php?dummy=2&board=$2.$3 [L]

    #New topic URL's
    RewriteRule ^(.*)-t([0-9]*)\.([0-9]*)\.html;((\?:from|msg|new)[0-9]*);(.*)$ index.php?dummy=1&topic=$2.$4&$6 [L]
    RewriteRule ^(.*)-t([0-9]*)\.([0-9]*)\.html;((\?:from|msg|new)[0-9]*) index.php?dummy=1&topic=$2.$4 [L]
    RewriteRule ^(.*)-t([0-9]*)\.([0-9]*)\.html;(.*)$ index.php?dummy=1&topic=$2.$3&$4 [L]
    RewriteRule ^(.*)-t([0-9]*)\.([0-9]*)\.html$ index.php?dummy=1&topic=$2.$3 [L]

    #New profiles URL's
    RewriteRule ^(.*)-u([0-9]*)\.html;sa,(.*);start,([0-9]*);delete,([0-9]*);sesc,([a-z0-9]*)$ index.php?dummy=1&action=profile;u=$2;sa=$3;start= $4;delete=$5;sesc=$6 [L]
    RewriteRule ^(.*)-u([0-9]*)\.html;sa,(.*);start,([0-9]*)$ index.php?dummy=1&action=profile;u=$2;sa=$3;start= $4 [L]
    RewriteRule ^(.*)-u([0-9]*)\.html;sa,(.*)$ index.php?dummy=1&action=profile;u=$2;sa=$3 [L]
    RewriteRule ^(.*)-u([0-9]*)\.html index.php?dummy=1&action=profile;u=$2 [L]

    #New Tinyportal Articles URL's
    RewriteRule ^(.*)-p([0-9]*)\.html index.php?dummy=1&page=$2 [L]

    #New action Url's - uncomment if you use beautifying url actions

    RewriteRule ^(.*)\.html(.*)$ index.php?dummy=1;action=$1;$2 [L]

    RewriteRule ^(.*)\.html$ index.php?dummy=1;

    #Sitemaps
    RewriteRule sitemap.xml sitemaps.php [L]
    RewriteRule urllist.txt urllist.php [L]
  • 20-09-2008, 22:17:30
    #3
    Alıntı
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, webmaster@diziplus.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 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
    Hatası veriyor Acaba forumunuz forum klosoru içinde falanmı ondanmı veriyor :S
  • 20-09-2008, 22:32:40
    #4
    Hayır, kontrol ettim sanırım hostinginiz .htaccess desteklemiyor.
  • 20-09-2008, 22:35:18
    #5
    Daha önce zaten acıktı sorun yoktu biraz önce ayarlarıyla ugrasırken oldu.. zaten kendi makinamda barınıyor site
  • 20-09-2008, 22:36:36
    #6
    forumunuz klasör içinde mi?

    internal server error hatası iki sebeple alınır.
    1. htaccess
    2. chmod

    forum dosyalarınızın chmod ayarlarını kontrol ediniz.

    klasöler(Themes, smileys vs. ) 755
    dosyalar(setting.php, setting_bakphp vs.) 644

    * Forum --> admin paneli --> seo ayarları..

    bu kısımdan eklediğinizde sorun çıkabilir.

    ** FTP de .htaccess dosyasını bilgisayarınıza indirip editleyip, sonra değiştirin.
  • 20-09-2008, 22:37:32
    #7
    phpmyadmin'de, smf_settings'den seo4smf_beautify_actions bulup off yapmayı dener misiniz?
  • 20-09-2008, 22:43:09
    #8
    courageous adlı üyeden alıntı: mesajı görüntüle
    phpmyadmin'de, smf_settings'den seo4smf_beautify_actions bulup off yapmayı dener misiniz?
    Bu forum sayfalarında seo yu kullandırmaz.

    örn: home.html yerine index.php.
    mlist.html yerine index.php?action=mlist

    eğer sorun bundan kaynaklı olsa idi 404 hatası verir idi.

    ama şuanki sorun int. serv. err 500
  • 20-09-2008, 22:44:39
    #9
    Eski .htaccess'la birlikte bunu denemesini öneririm çünkü büyük ihtimalle seo4smf ayarlarından bu modu açmıştır.Bahsettiği gibi üyeler kayıt olamıyorsa sorunun nedeni de budur..

    Edit:Mesajlara da girmediğini söylemiş. Sorun bununla alakalı değil o zaman. Kusura bakmayın