apache is totally ignoring the htacces file iv got in this folder:
http://films.k9logic.nl/123
im running the latest apache 1.3 build on windows xp
httpd.conf:
AllowOverride All
AccessFileName .htaccess
<Files ~ "^\.ht">
Order allow,deny
Deny from all
Satisfy All
</Files>
.htaccess:
AuthType Basic
AuthName "By Invitation Only"
AuthUserFile h:/sites/htpasswd
Require user thomas
any help apreciated,
thanks,
Thomas
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php