PDA

View Full Version : SSL path problem: file not found.


Dabrowski
5-24-05, 03:28 AM
When accessing files such as the registration form, it throws a file not found error. I notice that the path is https://mysitecom.secure.powweb.com, but without the store/catalog/. Is that why it's giving an error? Here is what I have in my configure file (not admin).


define('HTTP_SERVER', 'http://oldkansaswoodwork.com'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://oldkansaswoodworkcom.secure.powweb.com'); // eg, https://localhost - should not be empty for productive servers
define('ENABLE_SSL', 'true'); // secure webserver for checkout procedure?
define('HTTP_COOKIE_DOMAIN', 'oldkansaswoodwork.com');
define('HTTPS_COOKIE_DOMAIN', 'oldkansaswoodworkcom.secure.powweb.com');
define('HTTP_COOKIE_PATH', '/store/catalog/');
define('HTTPS_COOKIE_PATH', '/store/catalog/');
define('DIR_WS_HTTP_CATALOG', '/store/catalog/');
define('DIR_WS_HTTPS_CATALOG', '/');
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
define('DIR_WS_INCLUDES', 'includes/');
define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');


Is that correct? And when I 'force' it (after getting the not found error I plug the store/catalog into the URL), and it shows the page, but with no style, just default text, no images. Hmmm?

Jade Dragon
5-24-05, 04:21 AM
define('DIR_WS_HTTP_CATALOG', '/store/catalog/');
define('DIR_WS_HTTPS_CATALOG', '/');


you have no defined path for the https