The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Require SSL for ACP?
Hello,
it would be nice to have an option 'Require SSL for ACP' before login. I know this could be easily done via htaccess, but we use htaccess to passwort protect the acp directory and mod_auth is handled first. So before a redirect to SSL can occur, the password prompt appears - data entered is transmitted via http, which is unsecure... Thanks for ideas |
#2
|
|||
|
|||
have you tried this?
SSLOptions +StrictRequire SSLRequireSSL SSLRequire %{HTTP_HOST} eq "site.com" #or www.site.com ErrorDocument 403 https://site.com Quote:
hope that helps |
#3
|
||||
|
||||
Yes, this would work - but: The directory is protected via password (htaccess), since mod_auth is handled always first you would have to enter the password before the SSL Require, which makes nada sense...
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|