weaim2pleez Posted October 2, 2005 Posted October 2, 2005 Ok I am to all this oscommerce but am trying to get things setup..I have hosting with 1and1 and my catalog will be at weaim2pleez.com/catalog i have shared ssl set up at https://ssl.perfora.net/weaim2pleez.com but nothing seems to work through my catalog when trying to click on my account or check out when in my catalog, it just says file not found...anyone out there familiar with 1and1 shared ssl and oscommerce..please help..thank you, Kasey
AlanR Posted October 2, 2005 Posted October 2, 2005 The upper section of your catalog/includes/configure.php should look like this: // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://weaim2pleez.com.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://ssl.perfora.net/weaim2pleez.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'weaim2pleez.com'); define('HTTPS_COOKIE_DOMAIN', 'ssl.perfora.net/weaim2pleez.com'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/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/'); Then you need to make a change so your ssl works correctly. See this post: http://www.oscommerce.com/forums/index.php?sho...23entry672623 Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)
weaim2pleez Posted October 2, 2005 Author Posted October 2, 2005 Thank you so much..the pages come up now under https when going to fill out account or checkout and padlock appears so all good so far..
HSMagic Posted October 6, 2005 Posted October 6, 2005 Another big thank you! I had no idea shared 1and1 ssl would work, but with those modifications it works just fine! :D
Recommended Posts
Archived
This topic is now archived and is closed to further replies.