• 21-12-2007, 15:37:10
    #1
    Arkadaşlar Kusura Bakmayın Rahatsız Ediyorum seo4smf 'yi Kurdum Evet Herşey Güzeldi ama htaccess Dosyasını değiştirdiğimde vede .htaccess Oalrak Yapıp Ftp'ye Attıktan Sonra olan oldu linkleri gezebiliyorum ama konuya ne cevap atabiliyorum nede yeni konu açabiliyorum Admin Paneline giremiyorum Arama Yapamıyorum İstatisklere bakamıyorum anşıycağınız hiç birşey yapamıyorun
    çıkan hata ise
    "Not Found
    The requested document was not found on this server."
    Şeklinde bir hata forum'a giriş yapılamıyor çıkış yapılamıyor hep bu hata karşıma çıkıyor yani bir butona tıkladıpımızda bu hata çıkıyor yardım Edebilirmisiniz
    İlginizden Dolayı Teşekkür Ederim
  • 21-12-2007, 15:45:20
    #2
    ftp den htaccess dosyasını sil.admin panelinden seo ayarlarına gir en altta htaccess bölümüne şunu ekle..eğer forumum anadizindeyse kodları olduğu gibi ekle.forumun farklı bir klasördeyse şu kısıma forum klasörünün bulunduğu alanı yaz
    RewriteBase /FORUM KLASÖR ADI
    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;action=$1 [L]
    #Sitemaps
    RewriteRule sitemap.xml sitemaps.php [L]
    RewriteRule urllist.txt urllist.php [L]
  • 21-12-2007, 15:49:11
    #3
    Admin Panelinede Giremiyorum admin.html oluyor giremiyorum aynı hatayı orada'da alıyorum
  • 21-12-2007, 16:02:11
    #4
    htaccess dosyasını ftp den silmene rağmenmi giremiyorsun admin paneline??
  • 21-12-2007, 16:04:05
    #5
    yok siliyorum siliyorum giremiyorum ne admin paneli ne başka bi butona tıklasamda aynı hatayı alıyorum
  • 21-12-2007, 16:13:04
    #6
    http://www.siteadın.com/index.php?action=admin bu şekilde girmeye çalış admin paneline..forum seçeneklerinden URL'leri göstermeden kullan seçeneğini işaretle.
    Kurulum esnasında sources ve forum anadizinine atılması gereken dosyalar atılmışmı kontrol et ftp den gerekirse kendin atmyaı dene...bu şekilde de olmasa muhtemelen kurulum hatası yapmışsındır.seo yu pma dan kaldırıp yeniden kurmayı dene..
  • 21-12-2007, 16:16:57
    #7
    Teşekkür Ederim Dediğn Gibi Yapıyorum Ama Admin Şifresini girdikten Sonra hata alıyorm
    ya herşey güzeldi htaccess Dosyasını ftp Ye Attıktan Sonra oldu .htaccess yapınca ftp de olması lazım aama bende gözükmüyor neredeyse
  • 21-12-2007, 16:28:46
    #8
    kontrol panelinden file managere gir.htaccess dosyası orda gözükür..ordan silmeyi dene..
  • 21-12-2007, 16:42:07
    #9
    Oradan Sildim Artık hiç Biryer Açılmıyor Hatayı Alıyorum