View Single Post
  #4  
Old 06-26-2005, 08:44 PM
  MythNReality's Avatar 
MythNReality MythNReality is offline
 

X-Adept
  
Join Date: Mar 2005
Location: S. Cali
Posts: 403
 

Default

Quote:
Originally Posted by wjbrewer
With help from tech support here is the solution.

Edit the "https.php" file located in your x-cart root directory. Near the top find this line:

Code:
$https_scripts = array();

Then add any pages you want to be loaded as https to the list. For the contact us page it would be changed to

Code:
$https_scripts = array("help.php?section=contactus");

Now the Contact Us page is loaded under https. This is just a small detail, but I guess every little bit of customer confidence helps.

Bill

Thank you very much Bill, it works wonderfully.
__________________
_____________
Capture Your Mini-Me Look!

- X-CART Gold (Current Version) V4.6
- Reboot
- CDSEO
Reply With Quote