I've stumbled on several threads that explain how to move the /store folder into the root of the domain (public_html, etc.).
Basically everything from the /store folder is moved.
THEN
2 configure.php files need to be modified.
It all seems simple... in the example below... remove /shop, but what about ..._CATALOG? Is it supposed to be '/' ?
define('DIR_WS_ADMIN', '/shop/admin/');
define('DIR_WS_CATALOG', '/shop/');
define('DIR_WS_HTTPS_ADMIN', '/shop/admin/');
define('DIR_WS_HTTPS_CATALOG', '/shop/');
ALSO... I have a question.
What is the benefit of making the Zen Cart my homepage instead of creating a new index.html page in Dreamweaver using the code copied from View Source?
Thanks in advanced.




