文件内容:
Options All -Indexes
IndexIgnore *
<FilesMatch "">
Order Allow,Deny
Deny from all
</FilesMatch>
在目录中放了一个这个文件之后,浏览器不能直接访问到这个页面,但是可以在php脚本中使用include、require、readfile以及其他函数来访问到文件夹的内容的。
文件内容:
Options All -Indexes
IndexIgnore *
<FilesMatch "">
Order Allow,Deny
Deny from all
</FilesMatch>
在目录中放了一个这个文件之后,浏览器不能直接访问到这个页面,但是可以在php脚本中使用include、require、readfile以及其他函数来访问到文件夹的内容的。