The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Problems after migration from http to https
Hello, i moved my forum (vBulletin 4.2.3 Patch Level 2) to https, and now i got the same problems that are described in this post:
https://vborg.vbsupport.ru/showpost....66&postcount=1 Quote:
Code:
RewriteCond %{HTTPS} !=on RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] Code:
RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.example.com/$1 [R,L] I also tried Code:
RewriteEngine On RewriteCond %{HTTP_HOST} ^www.example.com$ [NC] RewriteRule ^(.*)$ https://example.com/$1 [L,R=301] Quote:
Any help would be really appreciated. Thank You. --------------- Added [DATE]1484245781[/DATE] at [TIME]1484245781[/TIME] --------------- This one is from my host and it worked for me Code:
#RewriteEngine on #RewriteCond %{HTTPS} off #RewriteCond %{HTTP:X-Forwarded-Proto} !https #RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|