Guys, I've ordered the bookand it will be 20 days away. After spending 5 hours searching in the forum/wiki/etc - I need some help in getting my SSL working.
I have my store in a subdomain 'store' and the secure SSL is within its own subdomain 'secure'.
Could someone plse point me in the correct direction. Thanks!
error msg: The requested URL //admin/login.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.
define('HTTP_SERVER', 'https://secure.domainname.com');
define('HTTPS_SERVER', 'https://secure.domainname.com');
define('HTTP_CATALOG_SERVER', 'http://www.store.domainname.com');
define('HTTPS_CATALOG_SERVER', 'https://secure.domainname.com');
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');
define('DIR_WS_ADMIN', '/store/admin/');
define('DIR_WS_CATALOG', '/store/');
define('DIR_WS_HTTPS_ADMIN', '/store/admin/');
define('DIR_WS_HTTPS_CATALOG', '/store/');
define('HTTP_SERVER', 'http://www.store.domainname.com');
define('HTTPS_SERVER', 'https://secure.domainname.com');
define('ENABLE_SSL', 'true');
define('DIR_WS_CATALOG', '/store/');
define('DIR_WS_HTTPS_CATALOG', '/store/');



