admin

Administrator
طاقم الإدارة

السلام عليكم

اليكم طريقة سهلة جدا مجربة لمن رقى المنتدى من سكريب vb الى XENFORO وعاجز عن تحويل الروابط الى الروابط الجديدة

وتحويل الارشفة والمواضيع بقوقل الى المواضيع الجديدة بدون اخطاء

الحل
اولا ادهب الى الرئيسية ومن تم خيارات ومن تحسين محرك البحث seo
2fac1f372418b7c3a63d52bf8fb02568.png

ومن تم اختار
f2d46f3359d4a53c28ad0d51f5acbab3.png

علم على خيار استخدام نظام الروابط الصديقه كاملا

والان ناتي الى ملف الهاتكس تجده موجود بموقعك تقوم بحدف ما في داخله واستبداله بالكود التالي

PHP:
#    Mod_security can interfere with uploading of content such as attachments. If you
#    cannot attach files, remove the "#" from the lines below.
#<IfModule mod_security.c>
#    SecFilterEngine Off
#    SecFilterScanPOST Off
#</IfModule>

RewriteEngine On

RewriteRule ^t([0-9]+)/ /vb/threads/$1/ [R=301,L]
RewriteRule ^t([0-9]+)-new-post/ /vb/threads/$1/ [R=301,L]
RewriteRule ^t([0-9]+)-([0-9]+)/ /vb/threads/$1/page-$2 [R=301,L]
RewriteRule ^f([0-9]+)/ /vb/forums/$1/ [R=301,L]
RewriteRule ^f([0-9]+)-([0-9]+)/ /vb/forums/$1/page-$2 [R=301,L]
RewriteRule ^u([0-9]+)/ /vb/members/$1/ [R=301,L]
RewriteRule ^t([0-9]+)-print/ /vb/threads/$1/ [R=301,L]
RewriteRule ^archive/index.php/t-([0-9]+)/ /vb/threads/$1/ [R=301,L]

RewriteCond %{QUERY_STRING} p=([0-9]+)(&|$)
RewriteRule showthread\.php$ https://www.sqorebda3.com/vb/threads/%1? [R=301,L]
RewriteCond %{QUERY_STRING} t=([0-9]+)(&|$)
RewriteRule showthread\.php$ https://www.sqorebda3.com/vb/threads/%1? [R=301,L]

ErrorDocument 401 default
ErrorDocument 403 default
ErrorDocument 404 default
ErrorDocument 405 default
ErrorDocument 406 default
ErrorDocument 500 default
ErrorDocument 501 default
ErrorDocument 503 default

<IfModule mod_rewrite.c>
    #RewriteEngine On

    #    If you are having problems with the rewrite rules, remove the "#" from the
    #    line that begins "RewriteBase" below. You will also have to change the path
    #    of the rewrite to reflect the path to your XenForo installation.
    #RewriteBase /new

    #    This line may be needed to enable WebDAV editing with PHP as a CGI.
    #RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -l [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^.*$ - [NC,L]
    RewriteRule ^(data/|js/|styles/|install/|favicon\.ico|crossdomain\.xml|robots\.txt) - [NC,L]
    RewriteRule ^.*$ index.php [NC,L]
</IfModule>


استبدل sqorebda3.com بموقعك
وادا لم يكون موقعك على مسار
vb استبدلها باسم المجلد الموجود به موقعك


بالتوفيق لكم
من يواجه مشكلة لا تتردد في طرحها علينا سوف نقوم بحلها لك بادن الله
 

المواضيع المشابهة

عودة
أعلى