目前我有这个:
<Files *.php>
Order Deny,Allow
Deny from all
</Files>
<Files index.php>
Order Allow,Deny
Allow from all
</Files>
除了 index.php,我怎样才能允许每个人访问其他两个目录中的文件?
文件结构是这样的:
<dir1>
<dir2>
<dir3>
index.php
只有 index.php, <dir1>
, <dir2
(其中的所有文件)应该对所有访问者可见