steave Posted September 10, 2003 Posted September 10, 2003 Hi Please help me~ I was looking for hours... hours to find the anwser from forum but I couldn't find it Here is the Problme. This is my catalog/inclues/configure.php file define('HTTP_SERVER', ''); // eg, http://bri365.com - should not be empty for productive servers define('HTTPS_SERVER', ''); // eg, https://bri365.com - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('DIR_WS_CATALOG', '/catalog/'); // absolute path required define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); as you can see I already change the HTTP_SERVER, HTTPS_SERVER and ENABLE_SSL but it's not working. here is the link http://bri365.com/catalog/default.php this is working but when I go to https://bri365.com/catalog/default.php this is not working So Please help to find out the problme and answer. ---------------------------------------------------------------------------------- Here is the one of the sample site I want to create. http://www.unicomps.co.uk/catalog/default.php I want to my Secure pop up come up on shopping_cart.php page I mean when you click Checkout Button than pop up also login page. Please help me...
Guest Posted September 10, 2003 Posted September 10, 2003 You did not put your url at the right place try this define('HTTP_SERVER', 'http://bri365.com/'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://bri365.com/'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? The_Bear
steave Posted September 10, 2003 Author Posted September 10, 2003 Thank you so much.. It's working. It's working for first page of the site... If I click any button than it goest to http://bri365.com/something.. How can I make all the links are in the https://bri365.com (secure page)?
Guest Posted September 10, 2003 Posted September 10, 2003 You want the whole site on ssl? in both your configure.php, in your define http put your https url The_Bear
steave Posted September 10, 2003 Author Posted September 10, 2003 I follow what you told me but it' not working... What should I do?? define('HTTP_SERVER', 'https://bri365.com/'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://bri365.com/'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? Thank you
Guest Posted September 10, 2003 Posted September 10, 2003 That url brings me to an ASP site not OSC ! The_Bear
steave Posted September 10, 2003 Author Posted September 10, 2003 If you goto https://bri365.com/products.asp and click Add To Basket than it goest to osCommerce site... after that on that page the address is https://bri365.com/catalog/default.php?cPath=21 is ok but on that page all the links are http://bri365.com/... Also how can I fix the on the top of the menu it says Top >> Catalog >> Bri365.com on that menu Top link how can I change to <target="_parent">?? Thank you
Recommended Posts
Archived
This topic is now archived and is closed to further replies.