here is my current .htaccess file
ErrorDocument 401 rejection.html
AuthUserFile C:\Program Files\Apache Group\Apache\passwd\passwords
AuthName "By Invitation Only"
AuthType Basic
require user somedude
I've restarted apache, and even rebooted my machine but have had no success getting the password box to popup. The only thing I can think of is my syntax is wrong. Can someone plz post an example of the correct syntax for a windows machine running apache.
Thank you