Arkadaşlar sitemin her yerinde hata alıyordum,
bi yerde okudum .htaccess dosyasına bu kodları ekleyin die
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
ekledim ve
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, abc@websahibi.com 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.
on Server at www.*****.org Port 80
hatasını aldım,
o kodları silip eski .htaccess ' i yeniden upload ettim, fakat hata düzelmedi gene aynı hatayı aldım.
şuanki .htaccess kodlarım,
#mod_rewrite baslang�c
RewriteEngine on
#konular
RewriteRule ^arsiv-konu([0-9]*).0.html arsiv.php?board=$1
#basliklar
RewriteRule ^arsiv-baslik([0-9]*).0.html arsiv.php?topic=$1
#arsiv.php
RewriteRule ^arsiv.html arsiv.php
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$1 [QSA,L]
RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L]
RewriteCond %{REQUEST_URI} !(index\.php|\.css) [NC]
RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L]
.htaccess ' i sildim
bu sefer sadece .php uzantılı linklere girebilyorum,konulara falan giremiyorum.
Yardımcı olabilecek varmı ?
.htaccess sorunu...
6
●2.347
- 09-08-2007, 14:30:57Üyeliği durdurulduRewriteEngine on
RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$1 [QSA,L]
RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L]
RewriteCond %{REQUEST_URI} !(index\.php|\.css) [NC]
RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L]
şunu .htaccess içini boşaltıp verdiğim kodları yaz sonra at ftp ye sabah aynı sorun bende vardı bir arkadaş yardım etti saolasun düzeldi sorun
- 09-08-2007, 14:43:19Senin dediğini yaptığında gene aynı hatayı alıyorum,
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, abc@websahibi.com 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.
on Server at www.*****.org Port 80
Bu hatayı - 09-08-2007, 15:00:01mod_security modülü çoğu işlemini kısıtlamış demek bizim pek yapacağımız bişi yok