ThomasJSmart
Programmer
- Sep 16, 2002
- 634
apache is totally ignoring the htacces file iv got in this folder:
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 I learned a bit yesterday, today i learned a lot, imagine what i'll learn tomorrow!
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 I learned a bit yesterday, today i learned a lot, imagine what i'll learn tomorrow!