Can't access Admin after update

Open to all! Ask other shopowners for help.
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 times

Re: Can't access Admin after update

Post by ecartz »

jimpike wrote: Wed May 05, 2021 3:53 am So it's apparently something wrong with the error page for wrong username.
Note that while we help you manage it, we don't actually operate the .htpasswd protection. That's part of Apache (called Basic Authentication). So what this means is that Apache is not set up with a valid error page for a 401 error.


Join The Code Co-op to get access to your library in the Code Co-op Forum
User avatar
zipurman
Builder
Posts: 540
Joined: Tue Oct 13, 2020 5:20 pm
Phoenix Version: v
Has thanked: 93 times
Been thanked: 162 times

Re: Can't access Admin after update

Post by zipurman »

@ecartz - bang on!

Added the following to admin/.htaccess and the issue was fixed.

Code: Select all

ErrorDocument 404 /admin/login.php
zipurman
-----------
jimpike

Re: Can't access Admin after update

Post by jimpike »

zipurman took a look for me, and I can now say it wasn't due to the upgrader at all. Something weird on my servers end, causing a bad 404 error mishap. So I can say with honesty, that the upgrader did perform perfectly. It had nothing to do with my issue. So you can mark this as solved. Thanks for all the help and support. :-)


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply