Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Http://xxx.com works, but http://www.xxx.com not working?


hapytran

Recommended Posts

Posted

Hi,

 

I've built a store with OsCommerce. I don't know why when i change from:

 

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

define('HTTP_CATALOG_SERVER', 'http://xxx.com');

 

to:

 

define('HTTP_SERVER', 'http://www.xxx.com');

define('HTTP_CATALOG_SERVER', 'http://www.xxx.com');

 

i receive a error page:

---------------

Not Found

 

The requested URL http:// was not found on this server.

---------------

 

Need help.

 

Thanks

Posted
Hi,

 

I've built a store with OsCommerce. I don't know why when i change from:

 

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

define('HTTP_CATALOG_SERVER', 'http://xxx.com');

 

to:

 

define('HTTP_SERVER', 'http://www.xxx.com');

define('HTTP_CATALOG_SERVER', 'http://www.xxx.com');

 

i receive a error page:

---------------

Not Found

 

The requested URL http:// was not found on this server.

---------------

 

Need help.

 

Thanks

 

if the www. doesn't matter then set-up a 303 redirect from your htaccess file.

Archived

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

×
×
  • Create New...