عرض مشاركة واحدة
قديم 05-16-2018, 03:26 PM
المشاركة 29
برادة
.:: عضو مشارك ::.
  • برادة غير متواجد حالياً
افتراضي رد: شرح تركيب شهادة ssl وطريقة الانتقال من http الى https شرح بالصور للمبتدئيين والمحترفين
لأول مرة أرى شرح مفصل وإحترافي جزاكم الله خيرا
لكن بعد وضع كود التحويل هدا
كود:
RewriteCond %{HTTP_HOST} ^hanaenet.com [NC,OR]
RewriteCond %{HTTP_HOST} ^www.hanaenet.com [NC]
RewriteRule ^(.*)$ https://www.hanaenet.com/$1 [L,R=301,NC
يعطيني هدا الخطاء

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@hanaenet.com to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

التعديل الأخير تم بواسطة هيلبرنت ; 05-16-2018 الساعة 10:03 PM