uprooted Posted October 9, 2006 Posted October 9, 2006 I'm new with php and I purchased a Template created with osCommerce and am very busy learning how to do the many mods that are available... However I haven't seen how to do this specific task. I am wondering how to specify specific pages for SSL. For instance when I click on the My Accounts (accounts.php) it knows to use the Secure page, however when I check the Login link (login.php) it does not use a secure page. I wanted to know how to manually set certain pages to always use SSL.
dynamoeffects Posted October 9, 2006 Posted October 9, 2006 It's specified in the codebase. When tep_href_link() is used, one of the parameters you can set is whether or not to create an https link if the store's configured to use SSL. There is no graphical interface to manage which pages use https and which ones don't. Please use the forums for support! I am happy to help you here, but I am unable to offer free technical support over instant messenger or e-mail.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.