View Single Post
Old 09-08-2002, 01:25 PM   PM User | #1
chrisvmarle
Regular Coder

 
Join Date: Jun 2002
Location: the Netherlands
Posts: 215
Thanks: 0
Thanked 0 Times in 0 Posts
chrisvmarle is an unknown quantity at this point
htaccess (Win98)

Hi All,

A while ago it all used to work, but now it doesn't and I can't get it working again

I have 2 dirs I wan't to protect
c:\web\fileman2
c:\website\prive

In my httpd.conf are these parts:
<Directory c:/web/fileman2>
AuthType Basic
AuthName Fileman
AuthUserFile c:/web/.htpasswd
require valid-user

Options All Indexes FollowSymLinks MultiViews ExecCGI

DirectoryIndex fileman.cgi

AllowOverride All

</Directory>

<Directory c:/website/prive>
AuthType Basic
AuthName School_Documents
AuthUserFile c:/web/.htpasswd
require valid-user
Options All FollowSymLinks MultiViews ExecCGI
</Directory>


c:\website is my site root and c:\web is an other dir with files wich shouldn't be very accessable by the web.

I have my .htpasswd stored in c:\web, but in c:\website is doesn't work either (even if I change it in httpd.conf )

So, can someone help me out?

Mzzl, Chris
chrisvmarle is offline   Reply With Quote