Hi,

I am using Zen Cart 1.3.8a. I have succesfully installed Zen Cart and have started customizing my site, but since the very first day, my home page has pointed to my hosting site's "stay tuned -- web site in progress" page. All my pages point to the correct URL, except this one. I must have missed something when I installed Zen Cart or afterwards during the set-up process, but I have searched and searched the tutorials and can't find any help with this. I have 3 templates installed in Admin, and the home page does not display properly for any of them.

This is the URL: http://biz75.inmotionhosting.com/~moonst5/Catalogue/

This is the info in my includes/configure.php file. Is there something I need to change here?

define('HTTP_SERVER', 'http://biz75.inmotionhosting.com');
define('HTTPS_SERVER', 'https://biz75.inmotionhosting.com');

define('DIR_WS_CATALOG', '/~moonst5/Catalogue/');
define('DIR_WS_HTTPS_CATALOG', '/~moonst5/Catalogue/');

Thank you to anyone who can point me in the right direction!