Hi to the forumI'm new to Zencart and would like to ask a qustion regarding setting permissions. After reading this page https://www.zen-cart.com/tutorials/index.php?article=73 and locating the admin/includes/configure.php file I noticed that your example was slightly different to the one displayed on my page.
This code is from the above tutorial-
define('DIR_WS_ADMIN', '/admin/');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_ADMIN', '/admin/');
define('DIR_WS_HTTPS_CATALOG', '/');
This is the code I have in the configure.php file, I was expecting to see the same code as in your example so that it can be edited-
define('DIR_WS_ADMIN', '/allthesametext/');
define('DIR_WS_CATALOG', '/allthesametext/');
define('DIR_WS_HTTPS_ADMIN', '/allthesametext/');
define('DIR_WS_HTTPS_CATALOG', '/allthesametext/');
My server has a tool which installed Zencart for me and was wondering if they set the security permissions automatically during the install as the /zc_install folder apears not to be there either.
Any help would be much appreciated, many thanks.
I'll get there![]()


I'm new to Zencart and would like to ask a qustion regarding setting permissions. After reading this page

