使用htaccess我基本上試圖禁止訪問頁面,即http://example.com,但它仍然允許人們下載文件,如果他們有直接鏈接,即http://example.com/hi.zip。Htaccess訪問/下載
我正在使用directory指令來顯示基本的下載頁面。據heremod_autoindex.c被使用,所以基本上我想要做的是:
<Files mod_autoindex.c>
AuthType Basic
AuthName "Example"
AuthUserFile "/home/.htpasswd"
require valid-user
</Files>
任何意見/建議嗎?
權摸索出盒子:) – Icestorm 2012-02-02 21:31:43