
Originally Posted by
Rob905
Spoke too soon.
Although the site seems to run fine, my first time into the admin would not let me log in.
So I downloaded and ran your Fix Cache Key Utility and it said it made the change but I still can't access the admin.
Any ideas? After a short pause for IE6 to try and find the file, it jumps to
www.robertensing.com/login.php and gives a 404 error that the file can't be found.
:-(
Robert E
Sounds like you removed too much when you moved things around.
Did you keep the "admin" part in these?
Code:
define('DIR_WS_ADMIN', '/admin/');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_ADMIN', '/admin/');
define('DIR_WS_HTTPS_CATALOG', '/');
... and ...
define('DIR_FS_ADMIN', 'blahblahblah/admin/');
define('DIR_FS_CATALOG', 'blahblahblah/');
Bookmarks