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

    win32 & linux md5() work a differently under htpasswd.

      Thanx
      But can you tell me how I can change it to work??

        Write a Reply...