Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Site displaying OK in Firefox but not IE


StormIT

Recommended Posts

Posted

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?!

Posted

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

Posted

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...