I enabled SSL and now get an error 404 (The requested URL /index.php was not found on this server.) instead of the https web page. I'm assuming it is a path issue but I installed into the root directory, so I left that section of the configure.php file alone:
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
Yes, there is an index.php in the root directory. Is the index.php in the root not the correct index.php? Is my path assumption wrong?
Thanks in advance.



