In my .htaccess file, if I have
I can't successfully authenticate using Litespeed:
If I just change this line to:
then I can login using the user 'gb' without changing anything else.
Is "Require user xyz" unsupported ?
Code:
Require user gb
Code:
Authentication failed with user: 'gb'.
Code:
Require valid-user
Is "Require user xyz" unsupported ?