شكرا لكم على المساعده ,
بالنسبه لاعددات vbseo القديم صلحت الخلل الي فيه الي بالنسخه القديمه وقدرت ادخل على اللوحه
من خيارات تحويلات مخصصة (301) يظهر مثل الي بالصوره التاليه

غير كذا من لوحه مشرفي المواقع بقوقل
يظهر لي التالي في اخطاء الزحف ,,

اعدادت ملف robots.txt
للنسخه الجديده http://www.4fshn.com/robots.txt
اما الي كان بالموقع القديم هو
كود PHP:
###############################
#
#
User-agent: *
Sitemap: http://www.4fshn.com/sitemap.xml
#
#
User-Agent: Googlebot
#Disallow:
# list folders robots are not allowed to index
#
Disallow: /cgi-bin/
Disallow: /vb/ajax.php
Disallow: /vb/attachment.php
Disallow: /vb/calendar.php
Disallow: /vb/cron.php
Disallow: /vb/editpost.php
Disallow: /vb/global.php
Disallow: /vb/image.php
Disallow: /vb/inlinemod.php
Disallow: /vb/joinrequests.php
Disallow: /vb/login.php
Disallow: /vb/memberlist.php
Disallow: /vb/misc.php
Disallow: /vb/moderator.php
Disallow: /vb/newattachment.php
Disallow: /vb/online.php
Disallow: /vb/poll.php
Disallow: /vb/private.php
Disallow: /vb/register.php
Disallow: /vb/report.php
Disallow: /vb/reputation.php
Disallow: /vb/search.php
Disallow: /vb/showgroups.php
Disallow: /vb/subscription.php
#
# list specific files robots are not allowed to index
#
#
#
###############################
وبالنسبه لتحويلات 301 htaccess الي موجود بالنسخه السابقه هو
كود PHP:
# 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\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/SAR4 [L,R=301]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=SAR4 [L]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
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]
والجديد
كود PHP:
# 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 /vb/)
#RewriteBase /
#RewriteCond %{HTTP_HOST} !^www\.4fshn\.com
#RewriteRule (.*) http://www.4fshn.com/vb/SAR4 [L,R=301]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=SAR4 [L]
RewriteCond %{REQUEST_URI} !(adminxxxx1cp/|moxxxdcp/|cron|vbseo_sitemap)
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]
السوال هنا ياشباب ,
الخطاء هل هو بـ robots او vbseo
وهل لو ركبت باك اب vbseo القديم بالنسخه الجديده الي ركبتها راح تنتحل بدون ماخسر ارشفتي الجديده ؟