Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Doesn't work in IE but work with FF and Chrome


artandsports

Recommended Posts

Posted

Hello ,

 

I 've got a very strange page with IE , that look like a page without css, the links are broken on my catalog page (http://shop.artandwindsurfing.com) but that work correctly in admin. The stangest is that everythink work perfectly with FF and Chrome (admin and catalog).

 

The url looks like http:///logiciels-c-2.html,in IE ,when I let my mouse on , and they don't work ) I have normal url in FF and Chrome (http://shop.artandwindsurfing.com/funboard-cartes-graphiques-c-1_4.html)

 

If you have some idea , you 're welcome :rolleyes: , I spent many hours on the web without any results.

 

Thank you for your help

 

Pj

 

osc 2.2 rc1

Posted

This is taken from your source code

<base href="/">

Make sure your catalog/includes/configure.php file is set up correctly. You may also want to make sure this tag is present in most all of your catalog/ files

<base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>">

Posted

Hello

 

Thank you for help , the files catalog/includes/configure.php was not configure , I forgot to complete the line

 

   define('HTTP_SERVER', 'http://shop.artandwindsurfing.com/');    

 

that work with FF and Chrome without , anyway thank you for your help.

 

Pj

Archived

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

×
×
  • Create New...