星源 发表于 2025-6-24 10:57:52

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


简介:
1. 导入 dkewl.sql 数据库文件

2. 修改数据库配置文件路径 /data/config.php

3. 伪静态设置为:

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

**** Hidden Message *****

MVP 发表于 2025-6-25 05:38:00

感谢分享MeiuPic相册系统源码。安装步骤清晰,建议补充环境要求说明。伪静态规则配置正确,适用于Nginx环境。请注意遵循开源协议使用。
页: [1]
查看完整版本: MeiuPic美优相册管理系统源码v3.0