fords8 Posted March 1, 2007 Posted March 1, 2007 Hello all! I used Vdeck from Ipowerweb to install OSC. When I installed it, I checked off *secure URL for this application*. I have tryed to change the configure.php files with no luck. I either end up having no images or the certification errors. The certification is a shared one. Now, if I do not change anything, everything works great. But all my web addresses all start with http://host480.ipowerweb.com/~chaaccco/store/. I want them all to be http://chaacc.com/****/**** and so on. BTW the Certifications are issued to Ipowerweb. Anyways, here is part of the /store/catalog/includes/configure.php file. define('HTTP_SERVER', 'https://host480.ipowerweb.com'); define('HTTPS_SERVER', 'https://host480.ipowerweb.com'); define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'chaacc.com'); define('HTTPS_COOKIE_DOMAIN', 'chaacc/~chaaccco'); define('HTTP_COOKIE_PATH', '/~chaaccco/store/catalog/'); define('HTTPS_COOKIE_PATH', '/~chaaccco/store/catalog/'); define('DIR_WS_HTTP_CATALOG', '/~chaaccco/store/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/~chaaccco/store/catalog/'); define('DIR_WS_IMAGES', 'images/'); And here is part of the /store/catalog/admin/includes/configure.php define('HTTP_SERVER', 'https://host480.ipowerweb.com'); define('HTTP_CATALOG_SERVER', 'https://host480.ipowerweb.com'); define('HTTPS_CATALOG_SERVER', 'https://host480.ipowerweb.com'); define('ENABLE_SSL_CATALOG', true); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/home/chaaccco/public_html/store/catalog/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/~chaaccco/store/catalog/admin/'); // absolute path required define('DIR_FS_ADMIN', '/home/chaaccco/public_html/store/catalog/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/~chaaccco/store/catalog/'); // absolute path required define('DIR_FS_CATALOG', '/home/chaaccco/public_html/store/catalog/'); // absolute path required define('DIR_WS_IMAGES', 'images/'); This is the way it looks before editing anything. Thanks!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.