View Single Post
  #15  
Old 07-15-2004, 04:33 AM
 
maki maki is offline
 

Advanced Member
  
Join Date: May 2003
Location: Spain
Posts: 46
 

Default

Quote:
Originally Posted by PhilJ
Maki... once installed, try editing xcart/config.php

change:

Code:
$https_location = "https://$xcart_https_host".$xcart_web_dir;

to:

Code:
$https_location = "http://$xcart_https_host".$xcart_web_dir;

This fixed it for me, as I don't use secure login.

fine ... yeah !!!

thanks !!!

greetings
__________________
X -Cart v3.4.14
X-Cart V4.3.1
Reply With Quote