Home > Backend Development > PHP Tutorial > 为什么网站目录中需要放空的html文件

为什么网站目录中需要放空的html文件

WBOY
Release: 2016-06-23 13:29:11
Original
930 people have browsed it

为什么网站目录中需要放空的html文件?

是为了防止 嗅探工具,检测目录结构吗??
我下了几个php的cms程序,他们都在每个目录中放了一个空的html文件


回复讨论(解决方案)

为了防止WEB服务器对安全方面考虑不足 访问文件夹 暴露文件名。。


使用前

使用后

是index.html吗?
这样可以保证访问没有地址的时候,默认显示index.html内容。

而你上图那个是,显示目录,可以在服务器设置中屏蔽,这样更安全。
Options -Indexes

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template