authz_core:error
So the fix is to also remove the AuthType line from the .htaccess
check inside any folder there should be .htaccess
Require valid-user
AuthType Basic
AuthName “Restricted Area”
AuthUserFile “/home/path”
So the fix is to also remove the AuthType line from the .htaccess
check inside any folder there should be .htaccess
before the upgrade
AuthType Basic
AuthName “Restricted Area”
AuthUserFile “/home/path”
AuthType Basic
AuthName “Restricted Area”
AuthUserFile “/home/path”
Needed after the upgrade
Require valid-user << —— required after the upgrade <<<<<<—
Require valid-user << —— required after the upgrade <<<<<<—
Require valid-user
AuthType Basic
AuthName “Restricted Area”
AuthUserFile “/home/path”