我只想显示我的网络服务器的目录内容。
我的 .htaccess 文件包含:
Options '+Indexes'
IndexOptions +FancyIndexing
在浏览器中我得到了路径:
"Index of /~efc/"
在页脚中:
"Apache/2.2.22 (FreeBSD) mod_ssl/2.2.22 OpenSSL/1.0.1c mod_hcgi/0.9.4 DAV/2 Server"
有没有办法防止这些线?
编辑:除了 Sàt 的答案之外,我还通过以下指令得到了我想要的结果:
Options '+Indexes'
# SET INDEX OPTIONS
IndexOptions IgnoreCase FancyIndexing FoldersFirst NameWidth=* DescriptionWidth=* SuppressHTMLPreamble
# SPECIFY HEADER FILE
HeaderName header.html
# SPECIFY FOOTER FILE
ReadmeName footer.html
# IGNORE THESE FILES
IndexIgnore header.html footer.html