PDA

مشاهدة نسخة كاملة : مشكلة في روابط المنتديات والمواضيع (vbseo)


hasan for ever
12-11-2009, 05:08 PM
السلام عليكم


عندي مشكلة ظهور خطأ 404 عند دخول المنتديات و المواضيع وقد حدث ذلك بعد تعديل ملف .htaccess فقمت باعادة كتابته لاكن الروابط ايضا لم تعمل :

ملف .htaccess:

# 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

# 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 /forums

#RewriteCond %{HTTP_HOST} !^www\.3arbnt\.net
#RewriteRule (.*) http://www.3arbnt.net/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} !(try_yuo/|try_yuyuo/|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} !^(tryyuo|try_yuyuo|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]



رابط المنتديات : www.3arbnt.net/forums

ابـو فـيـصـل
17-11-2009, 09:57 PM
هل قمت برفع ملف البرودكت الخاص ب VbSeo في لوحة تحكم المنتدى الخاص بك ؟

hasan for ever
18-11-2009, 10:27 PM
شكرا لك لقد تم حل المشكلة والحمد لله الحل بحذف forums من ملف .htaccess ليضبح هكذا :

# 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

# 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\.3arbnt\.net
#RewriteRule (.*) http://www.3arbnt.net/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} !(try_yuo/|try_yuyuo/|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} !^(tryyuo|try_yuyuo|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]