Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

image & link problem in differents browser


Guest

Recommended Posts

Posted

Hello i just installed oscommerce

When i use Mozzila Fireworks to see the site it works perfect .when i use inetrnet explorer i see only broken images and the links don' t work.

My site is www.luxe.gr

Why does it happens?

 

in www.luxe.gr/admin i get the message that catalog image does not exist (/catalog/images/)

But i uploaded thi file. If it is a path pb how can i fixed it?

Posted

Check your /includes/configure.php file. Looks to me like the problem is there.

Posted

Why not post your configure.php file here? (minus the username + password)

 

We'll take a look for you.

Posted

Looking at your file pathways, you have an extra 'index.php', so I am guessing that you have this set up like so (in configure.php)

 

define('DIR_WS_HTTP_CATALOG', '/index.php/');

 

it should be

 

define('DIR_WS_HTTP_CATALOG', '/');

 

Vger

Archived

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

×
×
  • Create New...