Hi,
I edited the two config files for SSL usage. Now on all pages I am seeing two slashes before my Zen-Cart install directory in the URL, like this:
http://www.myowndomain.com//zen/index.php
Functionality seems to be fine. Any ideas what is causing that and should I worry about it? Below in bold are my edits to the configure.php files.
This is what I did in includes/configure.php:
// Define the webserver and path parameters
// HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
// HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
define('HTTP_SERVER', 'http://www.myowndomain.com/');
define('HTTPS_SERVER', 'https://www.myowndomain.com/');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
This is what I did in admin/includes/configure.php:
define('HTTP_SERVER', 'https://www.myowndomain.com');
define('HTTPS_SERVER', 'https://www.myowndomain.com');
define('HTTP_CATALOG_SERVER', 'https://www.myowndomain.com');
define('HTTPS_CATALOG_SERVER', 'https://www.myowndomain.com');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');
Thank you,
P




