Win2k and Apache + .htaccess

I'm running Win 2k and Apache (not 2.x the other one). It's a personal webserver I use for testing, but I can't seem to get .htaccess to work and I've even followed the help doc ...

Anything wrong with this?

<Directory />
Options FollowSymLinks
#AllowOverride FileInfo
AllowOverride FileInfo AuthConfig Limit
</Directory>

<Directory "C:/web/mysite/">
Options Indexes FollowSymLinks MultiViews
AllowOverride FileInfo AuthConfig Limit
Order allow,deny
Allow from all
</Directory>

I just seems to ignore it ...

 

 

 

 

Top