Skip to main content

Unwanted HTTP Auth on website

Comments

3 comments

  • cPanelLauren
    HI @Xavier Crespin Can you check if there's an .htaccess file in the document root for the domain that contains an AuthType directive similar to this: AuthType Basic AuthName "$user" AuthUserFile "$/path/to/.htpasswds/passwd/file" require valid-user
    0
  • Xavier Crespin
    Hey, As it turns out, a drupal module was responsible for the password invite, once the module was disabled, the site is accessible again. Thanks for your answer
    0
  • cPanelLauren
    Hi @Xavier Crespin I'm happy to hear that you found the source of the issue! Thank you for letting us know.
    0

Please sign in to leave a comment.