The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello,
on my forum vb4, there is many page elements that do not load via HTTPS, even i have https set everywhere in vbulletin URL settings. This is causing SSL mixed content error. Into .htaccess i added: RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L] and it greatly reduced number of HTTP elements, but still there are many which im unable to spot from where they are called. Example bad ones: /clientscript/vbulletin_css/style00001l/main-rollup.css?d=1455616245 /clientscript/vbulletin-sidebar.js?v=4110 /clientscript/vbulletin_css/style00001l/additional.css?d=1455616245 /images/misc/navbit-home.png Please what is the way to convert theme into https? |
#2
|
|||
|
|||
![]()
Have you checked links that generated your CSS files?
If you are using https then you can need re-configure its paths. |
#3
|
|||
|
|||
![]()
I searched in all files content, which links?
|
#4
|
||||
|
||||
![]()
ACP/General Update, Rebuild styles should take care of that.
|
#5
|
|||
|
|||
![]() Quote:
Note that i found that as i reload the page, sometimes some elements are HTTPS (good) and sometimes only HTTP (bad->mixed content warning) - i mean one element is not fixed, sometimes is served as https and sometimes as http |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|