Banner image of the blog

【更新版美优相册】美优相册管理系统 非常不错的响应式自适应相册管理网站源码[MeiuPic3.1] 带有安装说明

作者头像 作者头像 admin 编辑

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

【更新版美优相册】美优相册管理系统 非常不错的响应式自适应相册管理网站源码[MeiuPic3.1] 带有安装说明

美优相册管理系统】非常不错的响应式自适应相册管理网站源码[MeiuPic3.1]

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

导入数据库meiupic.sql

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

账号:admin 密码:123456

NGINX伪静态规则

location / {
    if (!-e $request_filename) {
        rewrite ^/(.*)$ /index.php?q=$1&$args last;
        break;
    }
}