Hi all,
I cannot solve a problem with the zeind displayed in my urls.
I searched a lot the forum, without being able to find a solution.
Yesterday I published my new zen cart shop at the official url and the zenid is displayed in all my pages.
The shop has simply been moved from a subdirectory (i.e. temp/) of the Web Server from the root of the website (i.e. no dir).
I changed the configure.php removing the subdirectory temp/ from WS_CATALOG and the zenid is always displayed.
If I set the WS_CATALOG back to test/ all works fine.
This is my actual configure.php.
It isn't possible to store a zen cart shop in the root of my Web Server (IIS 6)?Code:define('HTTP_SERVER', 'http://www.magnaparma.com'); define('HTTPS_SERVER', 'https://www.magnaparma.com'); // Use secure webserver for checkout procedure? define('ENABLE_SSL', 'false'); // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes! // * DIR_WS_* = Webserver directories (virtual/URL) // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder) define('DIR_WS_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/');
Any suggestion?
PS. I have the same problem with a local installation if I put all the store files in the root of the Web Server (Apache).




