The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hi everyone, I tried to switch to https my site but an error occours on the login box (see attached picture).
Do you know why I have this issue? Thanks Alessandro |
|
#2
|
|||
|
|||
|
You haven't changed all URL settings to its HTTPS varient yet in the AdminCP.
|
|
#3
|
|||
|
|||
|
now I changed it again to http as the forum is blocked when I put https addresses...
|
|
#4
|
||||
|
||||
|
Quote:
It sounds like there is something wrong with your https certificate. |
|
#5
|
||||
|
||||
|
This may help you: https://www.vbulletin.com/forum/arti...forum-to-https
|
|
#6
|
|||
|
|||
|
@ Seven Skins - It's just the instruction I followed and doesn't work for me.
@ In Omnibus - I mean nobody can login anymore If I configure https --------------- Added [DATE]1517163897[/DATE] at [TIME]1517163897[/TIME] --------------- now I set back https, you can see how the login box appears on fiattipoclub .it |
|
#7
|
||||
|
||||
|
Have you changed all three of these settings in adminCP?
vBulletin URL Login URL Core URL And you may need to use .htacess to redirect http to https |
|
#8
|
|||
|
|||
|
Yes I changed the 3 urls and my hoster asks me to add to htaccess this:
Code:
RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]
|
|
#9
|
||||
|
||||
|
Try this
Code:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
|
|
#10
|
|||
|
|||
|
Done, nothing change, thank you
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|