apache 允许目录浏览

<Directory /var/www/htdocs/book>
#开启目录列表索引模式
Options Indexes
DirectoryIndex  index.html  index.php  /_h5ai/server/php/index.php
Order allow,deny
IndexOptions NameWidth=250 Charset=UTF-8
Allow from all
</Directory>

参数”Options Indexes”表示启用目录浏览,”IndexOptions Charset=UTF-8″设置字符集,以消除中文乱码,NameWidth=250 :指定目录列表可以显示最长为125字节的文件/目录名。
DirectoryIndex index.html index.php /_h5ai/server/php/index.php用于加载 h5ai模板。

打赏
Bookmark the permalink.
0 0 投票数
文章评分
订阅评论
提醒
guest

1 评论
内联反馈
查看所有评论