Skip to main content

auth basic no prompt, causing infinite loading of pages

Comments

4 comments

  • nixuser
    What does the apache error log say? Try adding this line to the htaccess, after the ErrorDocument lines. RewriteEngine off
    0
  • par_sebastien
    Try adding this line to the htaccess, after the ErrorDocument lines. RewriteEngine off

    Hmmm.... This did work. Maybe some rewrite rule was overriding the authentication process somehow?
    0
  • nixuser
    Hmmm.... This did work. Maybe some rewrite rule was overriding the authentication process somehow?

    The problem is that accessing protected content makes Apache send a 401 header. I encountered this problem in a software install a while back and turning off mod_rewrite after the errordocument lines did the trick for me. More details can be found if you search wordpress forums.
    0
  • cPanelLauren
    Thanks @nixuser and @par_sebastien let us know if those suggestions help
    0

Please sign in to leave a comment.