عرض مشاركة واحدة
قديم 11-29-2018, 02:03 PM
المشاركة 6
ilyess
.:: عضو مشارك ::.
  • ilyess غير متواجد حالياً
افتراضي رد: كيفية حل هذه المشكلة ؟
لا لا
ليست مشكلة في الهاكات
دخلت للمنتدى بتاعك يا صديقي ورأيتها وكنت أنتظرك لأضع لك الحل
الطريقة بسيطة
هتنشأ ملف بهذا الاسم
كود:
.htaccess
وهتضع فيه الكود دا
كود:
# 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

 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>
وبعدها ترفعه لمجلد vb الخاص بك
وبس كدا
وأنا موجود في حال أردت أي شيء
تحياتي
للأسف أخي ما تغير شيء .. ولاكن رفعته على شكل txt وليس php