h5ai 一个 APACHE Nginx 的默认类目浏览程序

服务器做简单的文件共享可以用他哦,默认的文档浏览,太难看了,已经跟不上时代要求啦。发现还有人单独开发了,此类的美化程序,还是不错地。演示:http://wendang.cdianzi.com/

安装方法

  • Apache httpd 2.2/2.4: in httpd.conf or in any directory’s .htaccess file set for example:
    DirectoryIndex  index.html  index.php  /_h5ai/server/php/index.php
  • lighttpd 1.4: in lighttpd.conf set for example:
    index-file.names += ( "index.html", "index.php", "/_h5ai/server/php/index.php" )
  • nginx 1.2: in nginx.conf set for example:
    index  index.html  index.php  /_h5ai/server/php/index.php;
  • Cherokee 1.2: in cherokee.conf set for example:
    vserver!1!directory_index = index.html,index.php,/_h5ai/server/php/index.php

程序下载:h5ai-0.22.1

发表评论

邮箱地址不会被公开。 必填项已用*标注

click to changeSecurity Code