本文由 发布,转载请注明出处,如有问题请联系我们! 更新时间: 2024-02-04MeiuPic美优相册管理系统源码v3.0
简介:
1. 导入 dkewl.sql 数据库文件
2. 修改数据库配置文件路径 /data/config.php
3. 伪静态设置为:
location / {
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php?q=$1&$args last;
break;
}
}
1. 导入 dkewl.sql 数据库文件
2. 修改数据库配置文件路径 /data/config.php
3. 伪静态设置为:
location / {
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php?q=$1&$args last;
break;
}
}