MeiuPic美优相册管理系统源码一个简单易用的多用户照片社区程序。
安装说明:
将压缩包上传到网站根目录,修改数据库信息,data/config.php
导入数据库meiupic.sql
后台地址:http://xxx.com/admin.
账号:管理员密码:123456。
NGINX伪静态规则
location / { if (!–e $request_filename) { rewrite ^/(.*)$ /index.php?q=$1&$args last; break; } } 网站截图