Thread
:
How to force httpS on a static page?
View Single Post
#
2
10-30-2011, 12:50 PM
cflsystems
Veteran
Join Date: Apr 2007
Posts: 14,201
Re: How to force httpS on a static page?
Add your page to $https_scripts array in this
PHP Code:
if (
$config
[
'Security'
][
'use_https_login'
] ==
'Y'
) {
in root_of_cart/https.php
__________________
Steve Stoyanov
CFLSystems.com
Web Development
cflsystems
View Public Profile
Send a private message to cflsystems
Find all posts by cflsystems