|
إنضمامك إلي منتديات استراحات زايد يحقق لك معرفة كل ماهو جديد في عالم الانترنت ...
انضم الينا
#1
| ||
| ||
Code: RewriteCond %{HTTP_HOST} ^www.(.+)$ [NC] RewriteRule ^(.*)$ https://%1/$1 [R=301,L] # Always Forced http to https RewriteCond %{HTTPS} off RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R,L] RewriteEngine on RewriteCond %{HTTPS} off RewriteRule ^/$ https://yoursite.com/ [R,L] RewriteCond %{HTTP_REFERER} !^https?://yoursite.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^https?://yoursite.com$ [NC] RewriteCond %{HTTP_REFERER} !^https?://www.yoursite.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^https?://www.yoursite.com$ [NC] RewriteRule .*\.(jpg|jpeg|gif|png|bmp|swf)$ https://youriste.com/ [R,NC] The above is what I have in my .htaccess file to redirect http to https While looking at the admincp it works. I get the lock symbol in IE and blue bar in FF. Also when looking at direct links to images it works fine. But when I go to the site or forums I do not get the IE lock symbol or blue bar in FF. It does say the forums and site are partially encrypted. __DEFINE_LIKE_SHARE__ |
مواقع النشر (المفضلة) |
| |
![]() | ||||
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
Forum a few little questions | محروم.كوم | منتدى أخبار المواقع والمنتديات العربية والأجنبية | 0 | 09-08-2010 10:30 PM |
Forum Authorize.net and https? | محروم.كوم | منتدى أخبار المواقع والمنتديات العربية والأجنبية | 0 | 09-04-2010 01:30 AM |
Forum A Few Forum & Mods Questions | محروم.كوم | منتدى أخبار المواقع والمنتديات العربية والأجنبية | 0 | 07-14-2010 05:20 AM |
Forum https probem | محروم.كوم | منتدى أخبار المواقع والمنتديات العربية والأجنبية | 0 | 06-18-2010 10:40 AM |
Forum https redirect to http issue | محروم.كوم | منتدى أخبار المواقع والمنتديات العربية والأجنبية | 0 | 05-27-2010 05:00 PM |