The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
Have you added https redirects into .htaccess yet?
You'll probably want these lines: Code:
RewriteEngine on RewriteCond %{HTTP_HOST} !^www.yoursite.com$ [NC] RewriteRule ^(.*)$ https://www.yoursite.com/$1 [R=301,L] RewriteEngine on RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} Try logging in now --------------- Added [DATE]1381800610[/DATE] at [TIME]1381800610[/TIME] --------------- Edit, ozzy's answer is the right one. Oops!! |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|