评价
Veno File Manager小巧简单但又不失功能强大
演示图
演示
Apache下的规则
<IfModule mod_rewrite.c>RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule download/(.*)/h/(.*)/sh/(.*) vfm-admin/vfm-downloader.php?q=$1&sh=$2 [L]
RewriteRule download/(.*)/h/(.*) vfm-admin/vfm-downloader.php?q=$1&h=$2 [L]
RewriteRule download/zip/(.*)/n/(.*) vfm-admin/vfm-downloader.php?zip=$1&n=$2 [L]</IfModule>
Nginx下的规则
location /RELATIVE_PATH {
index index.php;
rewrite /download/(.*)/h/(.*)/sh/(.*) /RELATIVE_PATH/vfm-admin/vfm-downloader.php?q=$1&sh=$2 last;
rewrite /download/(.*)/h/(.*) /RELATIVE_PATH/vfm-admin/vfm-downloader.php?q=$1&h=$2 last;
rewrite /download/zip/(.*)/n/(.*) /RELATIVE_PATH/vfm-admin/vfm-downloader.php?zip=$1&n=$2 last;
}
温馨提示
购买后免费远程安装,虚拟主机/服务器都可以使用!
免费体验版本
下载链接
3.5.8版本
https://xiaolos.lanzouf.com/i8tAo0u94v1g
3.6.1版本
https://xiaolos.lanzouf.com/ihihV0u94owf
3.6.4版本
https://xiaolos.lanzouf.com/i4ZqG0u94l6b
3.6.5版本
https://xiaolos.lanzouf.com/iRmc60u94hqh
3.6.7版本
https://xiaolos.lanzouf.com/iE0620u94e5i
3.6.9版本
https://xiaolos.lanzouf.com/iMBmp0u9451a
3.7.1版本
https://xiaolos.lanzouf.com/ithUO0u93vsh
3.7.2版本
https://xiaolos.lanzouf.com/isqrW0u93qih
3.7.4版本
https://xiaolos.lanzouf.com/icEFZ0u93ged
3.7.5版本
https://xiaolos.lanzouf.com/i1jkm0u93ang
4.0.2版本
https://xiaolos.lanzouf.com/iu58a0u9331c
4.0.5版本
https://xiaolos.lanzouf.com/iW4kj0u92ure
4.0.6版本
https://xiaolos.lanzouf.com/iumdW0u92n4j
4.0.7版本
https://xiaolos.lanzouf.com/i9Wda0u92gpi
4.1.0版本
https://xiaolos.lanzouf.com/i5d4P0u928wh
4.1.2版本