I am using godaddy, and orginally setup zencart[which they offer], in (website.com/zencart), we decided to change this so the zencart info will be in the root. (website.com) I went into the config.php file and changed:
define('DIR_WS_CATALOG', '/zencart/');
define('DIR_WS_HTTPS_CATALOG', '/zencart/');
to
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');

I have seen this in Tutorials/FAQs, but it does not appear to work.
Is there something I am missing? I have changed this in the admin page as well