Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Links problem - Top etc point to another url


Guest

Recommended Posts

Posted

Hi,

 

My site is called gamscave.co.uk, so I enter my shop at gamescave.co.uk/catalog and it seems to work fine.

 

I am hosted on 1&1 Linux hosting but all category links and the Top link in OsCommerce, whilst they work, use the URL of http://s137089363.websitehome.co.uk

 

How is this set, and can I change it so it always shows as gamescave.co.uk?

 

 

Mnay thanks,

Paul

Posted

There is a problem with your hosting or your install of osCommerce. Was this an automated install via Fantastico or Ensim Power Tools? I'd advise you check your Root settings in your configure.php files, because I think they're pointing to the other address.

 

If all else fails you can change it in includes/application_top.php by changing:

$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

 

to this:

 

$breadcrumb->add(HEADER_TITLE_TOP, 'http://www.yourdomain.com');

 

Vger

Archived

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

×
×
  • Create New...