Jack Dakers
05-31-2008, 04:39 PM
Hi
Thanks for reading this and any help - I guess the real problem is that Zen Cart is so new to me...... it feels like I started crawling this morning and am now tring to drive a Ferrarri!
I have made the modifications required for shared SSL - chainging two configure.php files
// Define the webserver and path parameters
define('HTTP_SERVER', 'http://www.yourdomain.com');
define('HTTPS_SERVER', 'https://(www.)yourdomain.com');
define('ENABLE_SSL', false); // secure webserver for checkout procedure?
to true - and reset files to 444 (and changed admin filename to hide it, even kept a backup of the original file)
(I was surprised that there was an option to enable SSL for admin - but have left this is false - mistake?)
I've added a "mock product" and when I try to write a review - the site throws an error - looking for the https version of my site. and spits me the error page;
Not Found
The requested URL /index.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.37 Server at sortingscience.com Port 443
(url https://sortingscience.com/index.php?main_page=login)
My questions are should I change (public_html/admin/includes/configure.php
define('ENABLE_SSL_ADMIN', 'false');
to true?
Then do I need to wait 24 hrs to resolution issues?
Meanwhile I'm reading and tweaking.
Jack
Thanks for reading this and any help - I guess the real problem is that Zen Cart is so new to me...... it feels like I started crawling this morning and am now tring to drive a Ferrarri!
I have made the modifications required for shared SSL - chainging two configure.php files
// Define the webserver and path parameters
define('HTTP_SERVER', 'http://www.yourdomain.com');
define('HTTPS_SERVER', 'https://(www.)yourdomain.com');
define('ENABLE_SSL', false); // secure webserver for checkout procedure?
to true - and reset files to 444 (and changed admin filename to hide it, even kept a backup of the original file)
(I was surprised that there was an option to enable SSL for admin - but have left this is false - mistake?)
I've added a "mock product" and when I try to write a review - the site throws an error - looking for the https version of my site. and spits me the error page;
Not Found
The requested URL /index.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.37 Server at sortingscience.com Port 443
(url https://sortingscience.com/index.php?main_page=login)
My questions are should I change (public_html/admin/includes/configure.php
define('ENABLE_SSL_ADMIN', 'false');
to true?
Then do I need to wait 24 hrs to resolution issues?
Meanwhile I'm reading and tweaking.
Jack