ramlion Posted September 2, 2006 Share Posted September 2, 2006 My shop is set up in the following manner within /shop/includes/configure.php :- define('HTTP_SERVER', 'http://mydomain.net'); define('HTTPS_SERVER','https://mysharedSSL.co.uk/mydomain.net'); define('ENABLE_SSL', true); define('HTTP_COOKIE_DOMAIN', 'mydomain.net'); define('HTTPS_COOKIE_DOMAIN',' '); define('HTTP_COOKIE_PATH', '/shop/'); define('HTTPS_COOKIE_PATH', ' '); define('DIR_WS_HTTP_CATALOG', '/shop/'); define('DIR_WS_HTTPS_CATALOG', ' '); etc I am getting error 404 page when accessing any secure area. Can somebody perhaps compare this with their already working configure.php file (with shared SSL) and see where the error might be, for instance is it at the end of the HTTPS lines that end in ',''); very much appreciated if you can help. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.