MeiuPic美优相册管理系统源码3.0版+UI简约大气

MeiuPic美优相册管理系统源码3.0版+UI简约大气 PHP源码 第1张

正文:

1. 导入sql数据库文件

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

3. 伪静态设置为:

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

本文结束