OSCOMMERCE SUPPORT CALL 702-453-3332

 

Help - Search - Members - Calendar
Full Version: Http://xxx.com works, but http://www.xxx.com not working?
osCommerce Community Support Forums > osCommerce Online Merchant v2.x > Installation and Configuration
hapytran
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
digbydo
it's probably due to your hosting set up..
Chris Smith
QUOTE (hapytran @ Oct 2 2006, 03:03 PM) *
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.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.