Banner image of the blog

MeiuPic美优相册管理系统源码v3.1

作者头像 作者头像 admin 编辑

商品价格
VIP免费下载
虚拟商品,自动发货 7 天无忧退款

安装说明:

上传压缩包至网站根目录,修改数据库信息,data/config.php

导入数据库meiupic.sql

后台地址: http://xxx.com/admin

账号:admin 密码:123456

NGINX伪静态规则

location / {

if (!�Ce $request_filename) {

rewrite ^/(.*)$ /index.php?q=$1&$args last;

break;

}

}