Guest Posted November 30, 2005 Share Posted November 30, 2005 I was working on a blog script that was completely seperate from my OSCOmmerce system, but somehow, afterworking on that, All the relative links in my OSCommerce site quit working. But they do work in Firefox, and not IE. I am clueless on this one! My site: http://www.carterartworks.com/catalog/ Link to comment Share on other sites More sharing options...
AlanR Posted November 30, 2005 Share Posted November 30, 2005 I was working on a blog script that was completely seperate from my OSCOmmerce system, but somehow, afterworking on that, All the relative links in my OSCommerce site quit working. But they do work in Firefox, and not IE. Your server has gone a little funky. In your catalog/includes/configure.php Set these two lines like this: define('HTTP_SERVER', 'http://www.carterartworks.com'); // eg, http://localhost or - https://localhost should not be NULL for productive servers define('HTTP_CATALOG_SERVER', 'http://www.carterartworks.com'); (Both lines as http:// ) Leave this line as is (false): define('ENABLE_SSL_CATALOG', 'false'); 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...
Guest Posted November 30, 2005 Share Posted November 30, 2005 I couldn't get your solution to work, so I just did the ol' standby andre-uploaded the install directory and used ran the install to reset the config info. Works again. Thanks for pointing me in the right direction! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.