标题: apache .htaccess [打印本页] 作者: stanmcse 时间: 2003-07-11 13:26 标题: apache .htaccess i have a problem in apache .htaccess , i using RH9 and apache 2.0xx
my following setting:
httpd.conf
<Directory "/home/*/html">;
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>;
after restart httpd service
/home/test/html/.htaccess
Authtype Basic
AuthName "hello"
AuthUserFile /home/test/html/.passwd
<Limit GET >;
require user download
</Limit>;