Merhaba Arkadaşlar
Öncelikle bildiğiniz gibi vBSEO takımı vBSEO 3.2.0 gold'u çıkardı.Tüm forum alemine hayırlı olsun dileklerimle...
Sorunum şu
vBSEO 3.1.0'dan 3.2.0'a sorunsuz upgrade ettim.Sanıyorum bu sürümde .htacess dosyasının içeriği değiştiği için onu değiştirmek gerekiyor..htacess dosyasını değiştirdiğimde forumda aşağıdaki gördüğünüz resimdeki hatayı alıyorum.Bu hata siteye normal şekilde erişmek istediğim zaman çıkıyor.
İlginç olan şu ki eski .htacess dosyasını atınca sorun kalmıyor.
Eski .htacess
Yeni htacess# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On
RewriteCond %{QUERY_STRING} ref=
RewriteRule .* http://www.bilgidenizi.net/? [L,R=301]
RewriteRule ^[^/]+f([0-9]+)(p([0-9]+))?\.html$ vbseo.php?vbseourl=forumdisplay.php&f=$1&page=$3 [L]
RewriteRule ^[^/]+t([0-9]+)(p([0-9]+))?\.html$ vbseo.php?vbseourl=showthread.php&t=$1&page=$3 [L]
# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /
#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
RewriteRule ^(.*\.php(/.*)?)$ vbseo.php?vbseourl=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]
order allow,deny
allow from all
deny from 62.68.216.196
deny from 75.126.24.188
deny from 89.107.224.8
deny from 85.105.200.167
deny from 72.232.240.124
deny from 64.92.172.146
deny from 89.149.203.87
deny from 72.232.240.122
deny from 91.198.125.2
deny from 67.228.115.242
deny from 74.86.24.120
deny from 72.9.226.237
deny from 88.255.164.19
deny from 77.41.104.29
deny from 67.228.49.12
<IfModule mod_suphp.c>
suPHP_ConfigPath /home/bilgiden/public_html/
<Files php.ini>
order allow,deny
deny from all
</Files>
</IfModule>
Dikkat ederseniz eskisindeki bazı kodları yeniye aktardım# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On
RewriteCond %{QUERY_STRING} ref=
RewriteRule .* http://www.bilgidenizi.net/? [L,R=301]
RewriteRule ^[^/]+f([0-9]+)(p([0-9]+))?\.html$ vbseo.php?vbseourl=forumdisplay.php&f=$1&page=$3 [L]
RewriteRule ^[^/]+t([0-9]+)(p([0-9]+))?\.html$ vbseo.php?vbseourl=showthread.php&t=$1&page=$3 [L]
# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /
#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
order allow,deny
allow from all
deny from 62.68.216.196
deny from 75.126.24.188
deny from 89.107.224.8
deny from 85.105.200.167
deny from 72.232.240.124
deny from 64.92.172.146
deny from 89.149.203.87
deny from 72.232.240.122
deny from 91.198.125.2
deny from 67.228.115.242
deny from 74.86.24.120
deny from 72.9.226.237
deny from 88.255.164.19
deny from 77.41.104.29
deny from 67.228.49.12
<IfModule mod_suphp.c>
suPHP_ConfigPath /home/bilgiden/public_html/
<Files php.ini>
order allow,deny
deny from all
</Files>
</IfModule>
Şimdi ben eski htacess i kullansam sorun olur mu?
Yoksa yeniyi mi kullanmalıyım?
Yeniyi kullanmam gerekiyorsa bu hatayı nasıl giderebilirim?
Teşekkürler![]()


LinkBack URL
About LinkBacks








Reply With Quote



