Hey, my new problem now, is if I take my
' .htpasswd ' from the
C:\Program Files\Apache Group\Apache\
Directory, and move it too
C:\Program Files\Apache Group\Apache\htdocs\www\admin
The login will pop up when I go to the URL:
http://142.59.59.29/www/admin/
But if I leave the .htpasswd file in this directory
C:\Program Files\Apache Group\Apache\
The login doesnt pop up ...when I go to the URL
Im just trying to protect the one folder
http://142.59.59.29/www/admin <- The 'admin'
Folder....
Does anyone know why this is?
I have my 'htaccess' file in
C:\Program Files\Apache Group\Apache\htdocs\www\admin\
But I was told if the .htaccess file is in that directory
and thats the folder you want to protect, you can't
put the .htpasswd file in there....
Anyways does anyone know why this isn't working ?
here is my htaccess file
AuthName "Secure Area"
AuthUserFile \Apache Group\Apache.htpasswd
AuthType Basic
<Limit GET>
require valid-user
</Limit>
Anyways, I have my htpasswd
I did the username, and password, so thats all set up
its using MD5....