I can't make .htacces work! I have installed PHPTriad on Windows98 and PHP 4.1.1. When I put .htaccess in root of the website, it's ignored!
.htaccess
AuthUserFile .htpasswd
AuthName "LOGIN"
AuthType Basic
httpd.conf
AllowOverride None
AccessFileName .htaccess
<Files .htaccess>
Order allow,deny
Deny from all
</Files>
Please HELP!