And now I'm not able to access my Admin area....
So I made the cardnial sin of posting a dirct path to my admin folder and need to change the name. I went through the steps in the wiki and downloaded a copy of my CUSTOMADMINFOLDER/ configure.php file and changed the admin folder name as follows.
And here.// * 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_ADMIN', '/NEWNAMEHERE/');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_ADMIN', '/NEWNAMEHERE/');
define('DIR_WS_HTTPS_CATALOG', '/');
FWIW,// * DIR_FS_* = Filesystem directories (local/physical)
//the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
define('DIR_FS_ADMIN', '/home/xxxxxxx/public_html/NEWNAMEHERE/');
define('DIR_FS_CATALOG', '/home/xxxxxxxx/public_html/');
The info I quoted above was taken directly from the copy on the host's server and the correct permissions were used (444).
I have renamed the ADMIN folder to match the changes in the configure.php file.



Reply With Quote

