我有密码保护我的整个网站使用,.htaccess
但我想公开其中一个子目录,以便无需密码即可查看.
如何禁用子目录的htaccess密码保护?具体是什么.htaccess
语法.
这是我的.htaccess
文件放在我的ftp的根目录中.
AuthName "Site Administratrion" AuthUserFile /dir/.htpasswd AuthGroupFile /dev/null AuthName secure AuthType Basic require user username1 order allow,deny allow from all