My website is not public yet because I cannot complete security my site. Renameing the admin folder and editing the two configure.php files is the issue with the problem.
I have followed what I believe is the exact instruction and fail to get it right. I feel as though there is something I am missing.
I make the changes as suggested then try to enter the admin area and I do get the log in page but my log in fails to "page not found". I have done this several times now and I am almost ready to scream. Any suggestions to offer?
The instruction:
My changes look like this:A- Open your admin/includes/configure.php, using a simple text editor like notepad.
Change all instances of /admin/ to your chosen new admin folder-name.
Change this section:
define('DIR_WS_ADMIN', '/admin/');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_ADMIN', '/admin/');
define('DIR_WS_HTTPS_CATALOG', '/');
And this section:
define('DIR_FS_ADMIN', '/home/mystore.com/www/public/admin/');
define('DIR_FS_CATALOG', '/home/mystore.com/www/public/');
B- Find your Zen Cart /admin/ directory, using your FTP software or your webhost File Manager.
Rename the directory to match the settings you just made in your admin/includes/configure.php.
define('DIR_WS_ADMIN', '/newname/');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_ADMIN', '/myname/');
define('DIR_WS_HTTPS_CATALOG', '/');
And this section:
define('DIR_FS_ADMIN', '/home/mywebsitename.com/www/public/newname/');
define('DIR_FS_CATALOG', '/home/mywebsitename.com/www/public/');
Where I entered newname is where I put my new directory name.
Where I entered mywebsitename.com is where my actual website name is.
What am I doing wrong?




