ppowell
04-24-2002, 08:08 PM
I am trying to use .htaccess within Apache 1.3.9 and Windows 2000 for a folder I will call /previewstuff just underneath the docroot.
All files that are housed within that folder require authentication to be viewed, so I put in .htaccess. I am not able to create .htpasswd because I am running Windows 2000 and Windows DOS doesn't recognize the "htpasswd" command (any ideas? anyone?) so I am having to "borrow" .htpasswd instead.
Whenever I try to access the folder whenever I have .htaccess and .htpasswd found, that is, /previewstuff, it causes a severe OS lockup that requires a cold start! If those files are not found everything is ok.
I want to have authentication onto /previewstuff using Apache and Windows 2000, what do you recommend? These are based upon PHP files that dynamically call this particular folder.
Phil
All files that are housed within that folder require authentication to be viewed, so I put in .htaccess. I am not able to create .htpasswd because I am running Windows 2000 and Windows DOS doesn't recognize the "htpasswd" command (any ideas? anyone?) so I am having to "borrow" .htpasswd instead.
Whenever I try to access the folder whenever I have .htaccess and .htpasswd found, that is, /previewstuff, it causes a severe OS lockup that requires a cold start! If those files are not found everything is ok.
I want to have authentication onto /previewstuff using Apache and Windows 2000, what do you recommend? These are based upon PHP files that dynamically call this particular folder.
Phil