هيلبرنت | Helpernt

هيلبرنت | Helpernt (https://www.helpernt.com/vb/index.php)
-   ركن مشاكل وطلبات الزين فورو XENFORO (https://www.helpernt.com/vb/forumdisplay.php?f=97)
-   -   مشكلة المنتدى لا يعمل بدون vb (https://www.helpernt.com/vb/showthread.php?t=6242)

الأميرة 07-22-2017 10:48 PM

مشكلة المنتدى لا يعمل بدون vb
 
السلام عليكم
واجهت مشكلة قبل قليل
كان المنتدى يعمل عادي لاكن لم افتحه رسمي كنت اجهز فيه يعني النسخة لم تكن في الرئيسية
بل في مجلد اخر مثلا
كود:

www.dddddd.com/vb
لاكن عندما حولت الملفات الى الرئيسية حتى يظهر المنتدى من دون كتابة /vb
المشكل انو المنتدى اتخرب شكلوا الستايلات لم تعد تعمل المهم كل شيئ مخرب
لاكن عند الدخول عبر /vb عادي
وبارك الله فيكم

هيلبرنت 07-22-2017 11:32 PM

رد: مشكلة بالنسخة
 
ممكن رابط المنتدى وهو يعمل

والرابط الذى لايعمل به

الأميرة 07-23-2017 01:53 AM

رد: مشكلة المنتدى لا يعمل بدون vb
 
الؤابط الاول
كود:

http://www.webilj.com/index.php
الرابط الثانى باستخدام مجلد النسخة
كود:

http://www.webilj.com/forum/index.php

هيلبرنت 07-23-2017 09:30 AM

رد: مشكلة المنتدى لا يعمل بدون vb
 
فى ملف الهاتكس قم بوضع هذا الكود
كود:

        RewriteEngine On
        RewriteCond %{HTTP_HOST} !^yoursite\.com$
        RewriteRule ^(.*)$ http://yoursite.com/forum/$1 [R=301,L]

مع تغيير التطاق

الأميرة 07-23-2017 01:24 PM

رد: مشكلة المنتدى لا يعمل بدون vb
 
اين اضعه بالضبط

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

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 /xenforo

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

هيلبرنت 07-23-2017 01:29 PM

رد: مشكلة المنتدى لا يعمل بدون vb
 
فم بحذف محتويات ملف الهاتكس وضع هذا بدلا منه

كود:

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

ErrorDocument 401 default
ErrorDocument 403 default
ErrorDocument 404 default
ErrorDocument 500 default

<IfModule mod_rewrite.c>
        RewriteEngine On

        RewriteCond %{HTTP_HOST} !^yoursite\.com$
        RewriteRule ^(.*)$ http://yoursite.com/forum/$1 [R=301,L]

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

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


الأميرة 07-23-2017 01:48 PM

رد: مشكلة المنتدى لا يعمل بدون vb
 
الحمد لله اتحل المشكله شكرا لك

abo-karim 07-23-2017 05:46 PM

رد: مشكلة المنتدى لا يعمل بدون vb
 
يغلق لاحتيار العضو الاجابة


الساعة الآن 01:51 PM

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd. TranZ By Almuhajir