.htaccess on Windows?
HelloAs far as I know .htaccess does not work the same in Windows as it does in Linux. I have a client who would like to do the following (.htaccess file):
Deny from all
AuthType Basic
AuthUserFile c:/domains/domainname.com/wwwroot/catalogue/admin/passwd
AuthName "Site Admin"
require valid-user
satisfy any
The system is Windows Server 2003 Running IIS6.0 and using HELM control panel.
I figure he can use Secure Folders option in HELM but any ideas from people in here?