hapytran Posted October 2, 2006 Posted October 2, 2006 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 Posted October 2, 2006 Posted October 2, 2006 it's probably due to your hosting set up.. one-click installation.. Dave's info
Chris Smith Posted October 2, 2006 Posted October 2, 2006 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.