401 Unauthorized
-
Today I went on my website and I got this error:
Unauthorized
This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn’t understand how to supply the credentials required.Can’t visit my Main or Login page anymore it asks for an username and password.
I checked my .htaccess and at the end of the file I found this part:AuthGroupFile /dev/null
AuthType Basic
AuthUserFile /home/**********/domains/**********.com/.htpasswd/public_html/.htpasswd
AuthName “update”
require valid-userI deleted it and I was able to visit my website again, but after a minute it gave me the 401 error again and i had to login, and that part was added to the .htaccess file again.
What can I do?Regards,
RVP2015
The topic ‘401 Unauthorized’ is closed to new replies.