Arkadaşlar Bütün üyeler şikayetci 1 konu açıyoruz bu cıkıyor diyorlar
Yeniliyoruz tekrar sayfaya giriyor
Sonra 2 konu açıyoruz tekrar oluyor diyorlar
Sebebi nedir ?
Forbidden
You don't have permission to access /forum/index.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Konu Açınca hata mesajı?
4
●671
- 21-10-2007, 04:54:50büyük ihtimalle serverde mod_security yada benzeri bir güvenlik modülü var bu yüzden yapılan bazı işlemleri riskli görerek izin vermiyor ve forbidden hatası alıyorsunuz servis sağlayınıcınızla görüşmeniz gereken bir konu
ayrıca .htaccess e bir kod eklenerek bu tür sorunlar çözülebiliyordu ancak şu an kodları bulamadım - 21-10-2007, 05:15:54Seo4SMF kullanıyorsan bu htaccess kodlarını dene bakalım hallolacakmı full benim kullandığım aynen yapıştırdım ama RewriteBase /forum kısmını sen kendine göre değiştir benimkisi forum isimli klasörde senin ana dizindeyse forum yazısını sil
#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 RewriteEngine on #BURADAN BASLAR ASIL KODLAR. #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 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] 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 #RewriteRule ^(.*)/-t(.*).html seo4smf-redirect.php?t=$2 [R=301,L] #RewriteRule ^-b(.*)/$ seo4smf-redirect.php?b=$1 [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=1&board=$2.$3 [L] RewriteRule ^(.*)-b([0-9]*).([0-9]) index.php?dummy=1&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] #Sitemaps RewriteRule sitemap.xml sitemaps.php [L] RewriteRule urllist.txt urllist.php [L] RewriteRule ^sitemaps-([a-zA-Z0-9-]*).html index.php?action=seo4smfsitemaps&sa=$1 [L]
