• 01-04-2009, 14:43:11
    #1
    s.a arkadaşlar yeni konu açarken veya konu da değişiklik yaparken

    seo4smf-redirect.php

    dosyasında kalıyo sayfa gideceği yere gitmiyo değişikliği yapıyo konuyu açıyo ama böle bir hata oluşuyo
  • 01-04-2009, 17:29:28
    #2
    Üyeliği durduruldu
    https://www.r10.net/smf/278844-smf-se...cozumleri.html
  • 01-04-2009, 22:02:07
    #3
    zaten sorunu bilsem çözerimde bilmiyorum
  • 01-04-2009, 23:09:34
    #4
    alpay67 adlı üyeden alıntı: mesajı görüntüle
    zaten sorunu bilsem çözerimde bilmiyorum
    seo4smf-redirect.php Chmod ayarlarını 644 yaparmısın.
  • 01-04-2009, 23:16:59
    #5
    alpay67 adlı üyeden alıntı: mesajı görüntüle
    zaten sorunu bilsem çözerimde bilmiyorum
    Sorunu bilmiyorsunuz tamam anladım. Peki okuma da mı bilmiyorsunuz merak ediyorum. dokuz'un yukarıda verdiği linkte gayet açık ve net bir şekilde bu sorunun çözümü yazmakta. Ayrıca Turkyorumcu da sorunun çözümünü bir üst mesajda vermiş. Yine göremezsen haber et, hallederiz.
  • 07-04-2009, 15:51:32
    #6
    chmod 644 zaten ama genede bir sorun var bu sorun .htaccess den kaynaklanabilir mi 500 hatası da veriyor.

    #Mod_rewrite baÅŸlar
    RewriteEngine on
    # no spam
    RewriteCond %{THE_REQUEST} \?(ref=.*)?\ HTTP [NC]
    RewriteRule .? http://www.youcep.org%{REQUEST_URI}? [R=301,L]
    #Bölümler
    RewriteRule ^arsiv-bolum-([0-9.]*)-(.*).html arsiv.php?board=$1
    RewriteRule ^arsiv-bolum-([0-9.]*)-([a-zA-Z0-9_-]*) arsiv.php?board=$1
    
    #Konular
    RewriteRule ^arsiv-konu-([0-9.]*)-([a-zA-Z0-9_-]*).html arsiv.php?topic=$1
    RewriteRule ^arsiv-konu-([0-9.]*)-([a-zA-Z0-9_-]*) arsiv.php?topic=$1
    
    #Arsiv.php
    RewriteRule ^arsiv.html arsiv.php
    #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} ^index.php?topic=([0-9]*)$
    RewriteRule ^(.*)$ seo4smf-redirect.php?t=%1 [R=301,L]
    
    RewriteCond %{QUERY_STRING} ^index.php?topic=([0-9]*).([0-9]*)
    RewriteRule ^(.*)$ seo4smf-redirect.php?t=%1 [R=301,L]
    
    RewriteCond %{QUERY_STRING} ^index.php?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;action=$1 [L]
    
    #Sitemaps
    RewriteRule sitemap.xml sitemaps.php [L]
    RewriteRule urllist.txt urllist.php [L]
    kodlar bunlar
  • 07-04-2009, 22:28:40
    #7
    Şunları dener misin yedek alın lütfen?

    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 /forum
    
    
    
    #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} ^index.php?topic=([0-9]*)$
    RewriteRule ^(.*)$ seo4smf-redirect.php?t=%1 [R=301,L]
    
    RewriteCond %{QUERY_STRING} ^index.php?topic=([0-9]*).([0-9]*)
    RewriteRule ^(.*)$ seo4smf-redirect.php?t=%1 [R=301,L]
    
    RewriteCond %{QUERY_STRING} ^index.php?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;action=$1 [L]
    
    
    
    #Sitemaps
    
    RewriteRule sitemap.xml sitemaps.php [L]
    
    RewriteRule urllist.txt urllist.php [L]
  • 09-04-2009, 20:50:36
    #8
    yaptım ama hala 500 hatası var

    http://www.youcep.org/sitemap
  • 09-04-2009, 23:40:39
    #9
    Sitemap linkini niye verdin? Seo ile alakası ne onu çözemedim?