tbrown Posted March 7, 2004 Share Posted March 7, 2004 can anyone with a shared ssl cert post their config files so i can see what mine should look like....i'm not getting a 404 error anymore, rather a "page cannot be displayed error"... thanks, Tim Link to comment Share on other sites More sharing options...
Guest Posted March 7, 2004 Share Posted March 7, 2004 Your hosting company should tell you what the ssl url is that you need to use.... They are different for each hosting company.... Mike Spires Link to comment Share on other sites More sharing options...
tbrown Posted March 7, 2004 Author Share Posted March 7, 2004 i have that, and i think i've put everything in the places, but it still doesn't work.... Link to comment Share on other sites More sharing options...
tbrown Posted March 7, 2004 Author Share Posted March 7, 2004 could my permissions be set wrong? Link to comment Share on other sites More sharing options...
AlanR Posted March 7, 2004 Share Posted March 7, 2004 Get brave and show us the url(s), then maybe we can figure out what's going wrong. 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) Link to comment Share on other sites More sharing options...
tbrown Posted March 7, 2004 Author Share Posted March 7, 2004 here is one of my config files...thanks soooo much for the input. I have played with adding the secure form to the cookie path, but it doesn't seem to change the results. // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.pricedright.biz'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://secure.secure-ecommerce-order5.com/~pricedright.biz'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.pricedright.biz'); define('HTTPS_COOKIE_DOMAIN', 'https://secure.secure-ecommerce-order5.com/~pricedright.biz'); define('HTTP_COOKIE_PATH', '/oscommerce'); define('HTTPS_COOKIE_PATH', '/oscommerce'); define('DIR_WS_HTTP_CATALOG', '/oscommerce/'); define('DIR_WS_HTTPS_CATALOG', '/oscommerce/'); 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/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home/virtual/site67/fst/var/www/html/oscommerce/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // define our database connection define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', 'xxx'); define('DB_SERVER_PASSWORD', 'xxx'); define('DB_DATABASE', 'pricedright_biz_-_oscommerce'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' Link to comment Share on other sites More sharing options...
AlanR Posted March 7, 2004 Share Posted March 7, 2004 I'm kinda tired but this is what I found https://secure.ecommerce-order5.com/~admin67/ The link I cut and pasted from your config file (https://secure.secure-ecommerce-order5.com/~pricedright.biz) resulted in this https://secure.secure-ecommerce-order5.com/~pricedright.biz Check your paths 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) Link to comment Share on other sites More sharing options...
tbrown Posted March 7, 2004 Author Share Posted March 7, 2004 does that mean that i can't install the oscommerce site in it's own directory? it has to be installed in the root directory? Link to comment Share on other sites More sharing options...
tbrown Posted March 7, 2004 Author Share Posted March 7, 2004 can you give me some guidance on what to check or where to look? Link to comment Share on other sites More sharing options...
241 Posted March 7, 2004 Share Posted March 7, 2004 try these define('HTTP_COOKIE_DOMAIN', 'www.pricedright.biz'); define('HTTPS_COOKIE_DOMAIN', 'https://secure.secure-ecommerce-order5.com/~pricedright.biz'); define('HTTP_COOKIE_PATH', '/oscommerce'); define('HTTPS_COOKIE_PATH', '/oscommerce'); as these define('HTTP_COOKIE_DOMAIN', 'pricedright.biz'); define('HTTPS_COOKIE_DOMAIN', 'secure.secure-ecommerce-order5.com/~pricedright.biz'); define('HTTP_COOKIE_PATH', '/oscommerce/'); define('HTTPS_COOKIE_PATH', '/oscommerce/'); No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
tbrown Posted March 7, 2004 Author Share Posted March 7, 2004 changing those cookie codes didn't help. thanks. Link to comment Share on other sites More sharing options...
241 Posted March 7, 2004 Share Posted March 7, 2004 is this path correct define('HTTPS_SERVER', 'https://secure.secure-ecommerce-order5.com/~pricedright.biz'); or should it be define('HTTPS_SERVER', 'https://secure-ecommerce-order5.com/~pricedright.biz'); and this be define('HTTPS_COOKIE_DOMAIN', 'secure-ecommerce-order5.com/~pricedright.biz'); No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
tbrown Posted March 7, 2004 Author Share Posted March 7, 2004 i just tried that and it didn't work either.... Link to comment Share on other sites More sharing options...
241 Posted March 7, 2004 Share Posted March 7, 2004 I do recall some time ago that there were some posts regarding issues with the tild ~ however cannot remember exactly what they were about No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
AlanR Posted March 7, 2004 Share Posted March 7, 2004 i just tried that and it didn't work either.... I don't understand your problem. The link I previously posted works fine, padlock and all. https://secure.ecommerce-order5.com/~admin67/ I just removed the first "secure." So I'd say your https url would be define('HTTPS_SERVER', 'https://secure.ecommerce-order5.com/~pricedright.biz'); This url: https://secure.ecommerce-order5.com/~pricedright.biz flips to https://secure.ecommerce-order5.com/~admin67/ but it does resolve. You need to work with your hosting company to find out what's going on, something is screwy. You're just going to be beating your head against the wall fooling with the osC settings when there's something wrong on the server end. 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) Link to comment Share on other sites More sharing options...
AlanR Posted March 7, 2004 Share Posted March 7, 2004 I do recall some time ago that there were some posts regarding issues with the tild ~ however cannot remember exactly what they were about Ah... that could be it. Whacky dns issues 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) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.