عيد الاضحى المبارك


مواضيع تهمك

ركن مشاكل وطلبات الزين فورو XENFORO بامكانك تسجيل طلبك واستفسارك عن XENFORO وإن شاء الله ستجد من يدعمك ويساعدك فى حل مشكلتك

مشكلة في الروابط الصديقة الخاصة للزين فورو XenForo لاتعمل

السلام عليكم عندي مشكلة وهية عند تفعيل نظام الروابط الصديقة والدخول الى الاقسام يظهر لي Not Found The requested URL...

احصائياتى

الردود
7

المشاهدات
2911
S!L3NT H!LL
.:: كبار شخصيات المنتدى ::.
المنتدى مراقب من خلاله
الإجابات المقدمة: 38
  • S!L3NT H!LL is a jewel in the roughS!L3NT H!LL is a jewel in the roughS!L3NT H!LL is a jewel in the roughS!L3NT H!LL is a jewel in the rough

  • S!L3NT H!LL غير متواجد حالياً

المشاركات
1,369

+التقييم
76

تاريخ التسجيل
Jan 2016

الاقامة
الامارات العربية المتحدة

نظام التشغيل
windows 8.1

رقم العضوية
721
12-30-2016, 06:26 PM
المشاركة 1
12-30-2016, 06:26 PM
المشاركة 1
Mark تمت الإجابة مشكلة في الروابط الصديقة الخاصة للزين فورو XenForo لاتعمل


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

The requested URL /xenforo/index.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

وما اعرف شو السبب دورت كثير ولم اجد الحل
علما باني انا مالك السيرفر الي عليه المنتدى

اتمنى الحل النهائي للمشكلة


أفضل جواب - كتبه abo-karim
استبدل ملف الهاتكس بهذه الاكواد

كود:
#	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>
مع تغيير ماهو باللون الاحمر بمايناسب موقعك
قديم 12-30-2016, 09:21 PM
المشاركة 2
abo-karim
.:: Administrator ::.
  • abo-karim غير متواجد حالياً
الإجابات المقدمة: 181
افتراضي رد: مشكلة في اعدادات XenForo , مشكلة الروابط الصديقة
استبدل ملف الهاتكس بهذه الاكواد

كود:
#	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>
مع تغيير ماهو باللون الاحمر بمايناسب موقعك

قديم 12-31-2016, 02:09 PM
المشاركة 3
S!L3NT H!LL
.:: كبار شخصيات المنتدى ::.
المنتدى مراقب من خلاله
  • S!L3NT H!LL غير متواجد حالياً
الإجابات المقدمة: 38
افتراضي رد: مشكلة في اعدادات XenForo , مشكلة الروابط الصديقة
استبدل ملف الهاتكس بهذه الاكواد

كود:
#	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>
مع تغيير ماهو باللون الاحمر بمايناسب موقعك

حياك الله اخوي ابو كريم , المشكلة مازالت علما بان انا لدي سيرفر vps عليه المنتدى هل من المككن يكون فيه خلل

قديم 12-31-2016, 11:54 PM
المشاركة 4
S!L3NT H!LL
.:: كبار شخصيات المنتدى ::.
المنتدى مراقب من خلاله
  • S!L3NT H!LL غير متواجد حالياً
الإجابات المقدمة: 38
افتراضي رد: مشكلة في اعدادات XenForo , مشكلة الروابط الصديقة
خلاص تم حل المشكلة والحمدالله

بانشاء هذا الملف .htaccess

واضافة الكود التالي له

كود 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>

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

<
IfModule mod_rewrite.c>
    
RewriteEngine On

    RewriteCond 
%{HTTP_HOST} !^your-domain\.com$
    
RewriteRule ^(.*)$ https://your-domain.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} -[OR]
    
RewriteCond %{REQUEST_FILENAME} -[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

التعديل الأخير تم بواسطة abo-karim ; 01-01-2017 الساعة 01:19 AM سبب آخر: حرر من خلالنا
قديم 01-01-2017, 01:00 AM
المشاركة 5
abo-karim
.:: Administrator ::.
  • abo-karim غير متواجد حالياً
الإجابات المقدمة: 181
افتراضي رد: مشكلة في اعدادات XenForo , مشكلة الروابط الصديقة
خلاص تم حل المشكلة والحمدالله

بانشاء هذا الملف .htaccess

واضافة الكود التالي له

كود 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>

errordocument 401 default
errordocument 403 default
errordocument 404 default
errordocument 500 default

<
ifmodule mod_rewrite.c>
    
rewriteengine on

    rewritecond 
%{http_host} !^your-domain\.com$
    
rewriterule ^(.*)$ https://your-domain.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} -[or]
    
rewritecond %{request_filename} -[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


طب ايه الجديد سوى انك وضعت دومين موفعك زى ماقولتلك

عموما الحمد لله ومبروك عليك الروابط

قديم 01-01-2017, 01:18 AM
المشاركة 6
S!L3NT H!LL
.:: كبار شخصيات المنتدى ::.
المنتدى مراقب من خلاله
  • S!L3NT H!LL غير متواجد حالياً
الإجابات المقدمة: 38
افتراضي رد: مشكلة في اعدادات XenForo , مشكلة الروابط الصديقة
طب الحمد لله ومبروك عليك الروابط
الله يبارك فيك

شوف كذا بعد تحويل الروابط
المجموع: 113 (الأعضاء: 1، الزوار: 0، العناكب: 112)

هل هذا مفيد ؟
ايضا انا مركب هاك الخرائط هل الهاك دة بيرسل الخرائط بشكل تلقائي . ولا لازم اعمل حساب في ادوات مشرفي جوجل مثل منتديات vb

قديم 01-01-2017, 01:35 AM
المشاركة 7
abo-karim
.:: Administrator ::.
  • abo-karim غير متواجد حالياً
الإجابات المقدمة: 181
افتراضي رد: مشكلة في اعدادات XenForo , مشكلة الروابط الصديقة
الله يبارك فيك

شوف كذا بعد تحويل الروابط
المجموع: 113 (الأعضاء: 1، الزوار: 0، العناكب: 112)

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

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

قديم 01-03-2017, 08:54 PM
المشاركة 8
abo-karim
.:: Administrator ::.
  • abo-karim غير متواجد حالياً
الإجابات المقدمة: 181
افتراضي رد: مشكلة في الروابط الصديقة الخاصة للزين فورو XenForo لاتعمل
يغلق للانتهاء الغرض المطلوب

مغلق

العلامات المرجعية

مشكلة في الروابط الصديقة الخاصة للزين فورو XenForo لاتعمل


أدوات الموضوع

الانتقال السريع
المواضيع المتشابهه للموضوع: مشكلة في الروابط الصديقة الخاصة للزين فورو XenForo لاتعمل
الموضوع كاتب الموضوع المنتدى مشاركات آخر مشاركة
الروابط القديمة لاتعمل اقرا ركن مشاكل وطلبات الزين فورو XENFORO 6 08-08-2021 10:49 PM
[ vBulletin 5 ] : الروابط الصديقة وطريقة اختصار الروابط في منتديات الجيل الخامس هيلبرنت ركن تطـوير منتديات vBulletin 0 12-07-2019 05:24 PM
[ شرح ] : ماهى فائدة الروابط الصديقة Friendly URLs وطريقة تفعلها شرح كامل لبرمجيات الزين فورو abo-karim ركن شروحات الزين فورو XENFORO 13 12-07-2019 03:56 PM
اريد حل المشكلة سريعا مشكلة الروابط الصديقة بعد التحويل من vb GarageJo.com ركن مشاكل وطلبات الزين فورو XENFORO 4 12-22-2017 11:13 AM
[XF 1.x Add] : هاك مستبدل الروابط الخارجية للزين فورو هيلبرنت اضافات الزين فورو XENFORO 1 10-28-2017 03:38 PM




الساعة الآن 06:29 AM
RSS 2.0XML Site MapTAGS SiteInfo SiteRSS FeedMap SectionsvB MapsMap TagSitemap ForumMaps Forum