## It is technically bad to put the password file in the same directory, ## but you have total control over the database if you log in ## so you pretty much have full control to to bad things anyhow. ## If we are really paranoid, we could make a separate driectory ## for the password file -- maybe later. AuthName "Protect These Example And Admin Web Scripts" AuthType Basic AuthUserFile __DIR__/Password order deny,allow require valid-user