i can't figure out why it isnt giving me a log in box. the .htaccess file is in the folder, it is spelled correctly, and contains
Quote:
AuthName "Protected Area Name"
AuthUserFile /.htpasswd
AuthType Basic
Require admin
|
when i go to that directory, it shows me the index file. why isnt it prompting me?
i am on apache, and the httpd.conf file is set for .htaccess files.