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.
Can't access Admin after update
-
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
- 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
@ecartz - bang on!
Added the following to admin/.htaccess and the issue was fixed.
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
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. :-)