Zen Cart Logo
Forums / General Questions / Admin URL wrong after renaming directory

Admin URL wrong after renaming directory

Locked

Views: 1,158

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
6 Oct 2009, 6:33 PM
#1
wyckoff avatar

wyckoff

New Zenner

Join Date:
May 2009
Posts:
13
Plugin Contributions:
0

Admin URL wrong after renaming directory

Recently I renamed my Admin folder and made the changes to allow me to log in to the admin section in the new directory.

I have just installed an SSL certificate on my Zen Cart 3.8. I also made the code changes in both config.php files. When try & I log in to the admin section, I again am directed to the old admin/ directory, not the renamed directory, and get an error.

Does anyone know what file needs to be changed? Thank you.
Jim

6 Oct 2009, 6:38 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Admin URL wrong after renaming directory

Your /renamed-admin/includes/configure.php file was likely read-only and thus your edits weren't saved.
Make it writable before saving, and then make it read-only again.

6 Oct 2009, 7:02 PM
#3
wyckoff avatar

wyckoff

New Zenner

Join Date:
May 2009
Posts:
13
Plugin Contributions:
0

Re: Admin URL wrong after renaming directory

Thank you for your help. Unfortunately, I actually did change the permissions-and back. I also rechecked the file and my changes are there. It must be something else. Any help is greatly appreciated.

6 Oct 2009, 7:09 PM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Admin URL wrong after renaming directory

That doesn't make sense. Did you check the file ON the SERVER? Or just what you thought you intended to upload/save?
Maybe your browser has cached your admin pages?
Maybe you're using bad bookmarks?

6 Oct 2009, 7:28 PM
#5
wyckoff avatar

wyckoff

New Zenner

Join Date:
May 2009
Posts:
13
Plugin Contributions:
0

Re: Admin URL wrong after renaming directory

Thank you for the prodding. I did check the files on the server. It was the #&%*% cache. I used reset, but after your reply deleted the cache and it worked great. Thank you. Firefox 3.5 does that. I should have checked. I really appreciate your help.