Marathon Computers Posted December 7, 2004 Posted December 7, 2004 well, i added my ssl, well i think so anyway. here is my code define('HTTP_SERVER', 'http://sarviscomputers.com'); define('HTTPS_SERVER', 'https://secure51.nocdirect.com/~sarvisco/store/'); define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'http://sarviscomputers.com'); define('HTTPS_COOKIE_DOMAIN', 'https://secure51.nocdirect.com/~sarvisco/store/'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/store/'); define('DIR_WS_HTTPS_CATALOG', '/store/'); define('DIR_WS_IMAGES', '/store/images/'); define('DIR_WS_ICONS', '/store/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/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME'])); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); but when i go to checkout it shows an error Not Found The requested URL /~sarvisco/store//store/checkout_shipping.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. LoL..you can try it if you want... Go here just add a product and hit check out This is a shared ssl BTW
♥Vger Posted December 7, 2004 Posted December 7, 2004 define('HTTPS_SERVER', 'https://secure51.nocdirect.com/~sarvisco'); define('HTTPS_COOKIE_DOMAIN', ''); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', 'icons/'); Vger
TCwho Posted December 7, 2004 Posted December 7, 2004 Im learning how to troubleshoot https errors just by reading all the repies from the usual veterans :P even though I have never had any of my own Drop_Shadow How Did You Hear About Us Email HTML Order Link ---- GMT -5:00
Marathon Computers Posted December 7, 2004 Author Posted December 7, 2004 still does it vger....dunno why
♥Vger Posted December 7, 2004 Posted December 7, 2004 This is why. It would not be doing this (look at the file pathway in the error) if the mods I suggested were applied /~sarvisco/store//store/checkout_shipping.php You still have this pathway define('HTTPS_SERVER', 'https://secure51.nocdirect.com/~sarvisco/store/'); Vger
Recommended Posts
Archived
This topic is now archived and is closed to further replies.