The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
using ssl certificate
hello,
I have installed an ssl certificate then I changed some settings from (Site Name / URL / Contact Details) Forum URL: https://mysite.com Always use Forum URL as Base Path: No when I access using https and browse the forum clicking on multiple pages it stays on https which is good but when I access only with http and click multiple pages it changes into https.. what can I do to prevent that? if I change to, I get warning saying part of the site is not encrypted. Forum URL: http://mysite.com |
#2
|
||||
|
||||
Try adding this to your .htaccess in your root directory:
Code:
RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://mysite.com/$1 [R,L] |
#3
|
|||
|
|||
but what im trying to do is if its accesses secured then stay secured if accessed normally then stay normally, I dont want to switch between.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|