Click to See Complete Forum and Search --> : Password Protect a Directory on a Windows Server.
rapidz
02-16-2007, 04:36 AM
How do i manually password protect a directory on windows server? I've realised, that .htaccess doesn't work with windows servers.
Is there an alternative?
All help would be greatly appreciated.
Rapidz.
russell
02-16-2007, 04:34 PM
you don't. u grant/deny permissions to specific users or groups
Melikoth
03-05-2007, 03:33 PM
I'm having a similar sort of problem, however I am running Apache 2.0.59 as my webserver on Windows 2000.
All information I've found on how to properly configure a .htaccess and .htpasswd set has assumed I was running under Linux. How would I have to set this up in order to make it work properly? The password required dialog box pops up, but it acts as though it cannot find the .htpasswd file.
My current .htaccess looks like this:
AuthName "Administration"
AuthType Basic
AuthUserFile C:/~WebsiteRoot/postcard/admin/.htpasswd
Require valid-user