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

