mcpilot2 Posted October 21, 2006 Posted October 21, 2006 Friends, I installed the cart and was having no problems until I realized that in order for the SSL options to work, I needed to move the entire cart into a new folder. Originally I sent it up in the root directory under the /catalog folder, then moved the WHOLE thing into a new folder called /ssl now it's here: www.mydomain.com/ssl/catalog Everything seemed to be ok once I tweaked the includes/configure.php file, BUT in the admin section it was not workign properly. I have played with it a good deal but it's resulting in a bugged up operation. Here is the major config entries for the admin/config file: define('HTTP_SERVER', 'http://www.mydomain.com'); define('HTTP_CATALOG_SERVER', 'http://www.mydomain.com'); define('HTTPS_CATALOG_SERVER', 'https://s.p5.hostingprod.com/@www.mydomain.com'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/ssl/catalog/'); // where the pages are located on the server define('DIR_WS_ADMIN', 'admin/'); // absolute path required define('DIR_FS_ADMIN', 'admin/'); // absolute pate required define('DIR_WS_CATALOG', '/ssl/catalog/'); // absolute path required define('DIR_FS_CATALOG', '/ssl/catalog/'); // absolute path required define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); 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_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); is it obvious what is missing here? The images are not showing up, and morever, it's giving me blanks when I try to add new products. Thanks for any help you might be able to provide. Pat
pyramids Posted October 21, 2006 Posted October 21, 2006 I installed the cart and was having no problems until I realized that in order for the SSL options to work, I needed to move the entire cart into a new folder. Originally I sent it up in the root directory under the /catalog folder, then moved the WHOLE thing into a new folder called /ssl Is this a new setup? This does not sound correct- moving to a ssl folder I would run the cart in the domain root as www.mydomain.com "no folder" If the server host won't allow it to be setup that way then find a new server provider
mcpilot2 Posted October 22, 2006 Author Posted October 22, 2006 Is this a new setup?This does not sound correct- moving to a ssl folder I would run the cart in the domain root as www.mydomain.com "no folder" If the server host won't allow it to be setup that way then find a new server provider yes - a new setup. Apparently, Yahoo (the host) rerquires that in order to have SSL protection, any files you want to "protect" go into the "ssl" folder. None of the https files were working until I moved it into the SSL folder, but I lost some of the other fuctionaility. Isnt it possible to configure the paths properly even if inside the ssl folder? Pat
Recommended Posts
Archived
This topic is now archived and is closed to further replies.