Jump to content

strange behavior with htpasswd


samoht

Recommended Posts

Hello all,

 

I added this code to my .htaccess file which is in the root directory for my site:

AuthUserFile /var/www/dev.timothysykes.com/.htpasswd
AuthGroupFile /dev/null
AuthName "Tim's protected files"
AuthType Basic


<Limit GET>
require valid-user
</Limit>

 

And I created an .htpasswd file using the command line and put 3 users into it.

 

The problem is that when I go to the site (dev.timothysykes.com)

I first get a popup that says dev.timothysykes.com asks for the username and password

After I enter that I get another popup window that says 69.174.245.118 asks for username password. and that same window keeps poping up (about 5 times).

 

Any idea what I may have done wrong / how to fix it so just one popup shows up??

 

Thanks,

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.