Help me I've tried every thing but still my .htaccess file will not authenticate when I have my password encrypted using the htpasswd file in Windows.
Here is my .htaccess file:
AuthUserFile C:/web/nettech/.htpasswd
AuthGroupFile /dev/null
AuthName "Nettech | Semester Project Presentation"
AuthType Basic
<Limit GET POST>
require valid-user
</Limit>
Let me know if you know what is wrong.
Thx