作者magicallove (小判)
看板FreeBSD
标题Re: [问题] 利用 .htaccess 限制index
时间Sun Nov 15 21:58:39 2009
嗯,这个办法比较好!
顺便分享一下
http://httpd.apache.org/docs/1.3/mod/core.html#options
这边有更详细的 .htaccess 用法说明
※ 引述《chiouss (Heart-shaped chant)》之铭言:
: ※ 引述《paulyanzi (消失)》之铭言:
: : /home/userA/public_html/ --> 无法显示Indexes
: : http://xxx/userA
: : /home/userA/pulbic_html/others/ -->可以Indexes
: : http://xxx/userA/others
: : /home/userA/pulbic_html/others2/ -->可以Indexes
: : http://xxx/userA/others2
: 一种做法是在 /home/userA/public_html/.htaccess 里面放
: Options -Indexes
: 然後在要显示 Indexes 的目录里面 .htaccess 加上
: Options Indexes
: 要偷懒一点的话......
: touch /home/userA/public_html/index.html
: 这样就看不到了 :p
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.116.250.14