I've copied all the /store/ files into another directory, let's say it's called 'tomcat' (it isn't, but I need to use a dummy name here to show what I'm doing).
Let's say my website is at
www.mysite.com
If go to
www.mysite.com/tomcat/admin/home.php
I get the normal admin log in page, but when I log in, the URL changes back to
www.mysite.com/store/admin/home.php?keep_https=yes
I presume that the log in button is pointing back to /store/admin/home.php, instead of to /tomcat/admin/home.php - do you know what file I should edit to change this? I've looked at /tomcat/admin/home.php itself, and auth.tpl, but I can't see what I'm looking for. Many thanks for any help you can give.
(I've amended the robots.txt file for the /tomcat/ directory as well, and will close the /tomcat/ store as soon as I can get into the admin!)