postcd
06-07-2016, 09:58 PM
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?
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?