Ok thanks so far for your help. I have tried modifying the files but I'm unsure of something.
For the entries:
define('DIR_WS_CATALOG', '/catalog/');
define('DIR_WS_HTTPS_CATALOG', '/catalog/');
I understand that these both point to the "catolog" directory which I created in the intial setup. My new directory structure is one level above this, since the "catalog" directory no longer exists. But how can I show that I just want it to point to the very top? What I tried was:
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
....but with no sucess (I just get the "Hello. Thank you for loading Zen Cart™.
You are seeing this page for one or more reasons" screen)
I understand the other entries because they are absolute paths instead of relative.



