StormIT Posted January 10, 2006 Posted January 10, 2006 Please help. My site: www.apricotcottagedvd.com/catalog is showing up ok in Firefox but not in Internet Explorer 6.0 SP2 It appears as though a style sheet is not being loaded and neither are the images, but why would it show up OK in Firefox? Any ideas welcome, please?!
♥Vger Posted January 10, 2006 Posted January 10, 2006 This is happening because your includes/configure.php file is missing a lot of the entries which it should have. Firefox has better error handling abilities than IE and will 'guess' at what the pathways should be, but IE needs them to be defined in your includes/configure.php file. If you look at any of your pathways in IE they read (this one for images): http:///images/dvd/c3a1de2282c7ea264dc63c6f46c5c4e3.jpg when what it should be reading is: http://www.apricotcottagedvd.com/catalog/i...c6f46c5c4e3.jpg in short both the domain name and 'catalog' path are missing from your includes/configure.php file - probably most other entries too. Vger
StormIT Posted January 10, 2006 Author Posted January 10, 2006 Thank you for the prompt response. So in short would I have to change the following: define('DIR_WS_HTTP_CATALOG', ''); to define('DIR_WS_HTTP_CATALOG', 'http://www.apricotcottagedvd.com/catalog/'); And so on for the rest of the entries?
♥Vger Posted January 11, 2006 Posted January 11, 2006 DIR_WS_HTTP_CATALOG = http://www.apricotcottagedvd.com HTTP_CATALOG_PATH = /catalog/ HTTP_COOKIE_DOMAIN = www.apricotcottagedvd.com Vger
Recommended Posts
Archived
This topic is now archived and is closed to further replies.