简介
h5ai是一款功能超强的php文件目录列表程序,它供给多种文件目录列表浮现方法,支持Apache httpd, lighttpd, nginx等多种web服务器,支持多国言语(如英语,简体中文等),你可以在线抢先看txt,图片,音频,视频等文件格式。
h5ai官网:https://larsjung.de/h5ai/
截图
部署
要求:PHP 5.5+
1、搭建php站点环境
可使用军哥的lnmp、lamp一键包或者amh、vestacp、宝塔等面板程序搭建。
2、上传h5ai文件到站点根目录
h5ai本公开载地址:h5ai-0.29.0.zip,将文件解压后放在站点根目录。
3、修正配置文件
只需要在配置文件某个位置加上/_h5ai/public/index.php便可,譬如:
Apache httpd 2.2 / 2.4:httpd.conf
DirectoryIndex index.html index.php /_h5ai/public/index.php
lighttpd 1.4:lighttpd.conf
index-file.names += ("index.html", "index.php", "/_h5ai/public/index.php")
nginx 1.2:nginx.conf
index index.html index.php /_h5ai/public/index.php;
最后reboot服务器便可!并将要同享的文件均放到根目录(与_h5ai同一目录下)。
注意
如果存在文件,但读不出来,可能缘故就是php已禁用scandir函数了,请修正php.ini处理。
disable_functions=passthru,exec,system,chroot,scandir,...
删掉scandir,字样,再rebootphp便可:/etc/init.d/php-fpm restart。
把h5ai程序_h5ai中private和public两个文件夹中的cache目录权限设置为777。
希望以上的文章对各位有用,如果觉得不错给我点个喜欢吧!更多和一款不错的PHP目录列表程序:h5ai安装教程相关的问题或者对达拉斯 低价 云服务器有疑惑也欢迎大家咨询。
网友评论