婚恋相亲交友系统V10.2 超大型婚恋社交、相亲、征婚、互动系统

热帖

婚恋相亲交友系统V10.2 超大型婚恋社交、相亲、征婚、互动系统
婚恋相亲交友系统V10.2 超大型婚恋社交、相亲、征婚、互动系统
婚恋相亲交友系统V10.2新

超大型婚恋社交、相亲、征婚、互动系统,继承了此前O2O、SNS及B2C的优秀特点.
服务器环境:nginx+php5.6+mysql5.7

首次安装打开cache文件夹

配置config.php文件

$_ZEAI[‘db’]='{“s”:”127.0.0.1″,”n”:”test_v8_zeai”,”u”:”test_v8_zeai”,”p”:”123456″}’;

配置文件上传路径和后台地址

$_ZEAI['up2']='http://127.0.0.1/up';

$_ZEAI['adm2']='http://127.0.0.1/admin';

 

导入数据库lurenfen.sql

设置伪静态:
ngnix的伪静态:

rewrite ^/user/([0-9]+)$   /p/u.php?uid=$1  last;
rewrite ^/user/([0-9]+)$  /p/u.php?uid=$1  last;
rewrite ^/user/$  /p/user.php  last;
rewrite ^/user$  /p/user.php  last;
rewrite ^/u/([0-9]+)$   /p/u.php?uid=$1  last;
rewrite ^/u/([0-9]+)/$  /p/u.php?uid=$1  last;
rewrite ^/party/$  /p/party.php  last;
rewrite ^/party$  /p/party.php  last;
rewrite ^/party/([0-9]+).html$ /p/party_detail.php?fid=$1 last;
rewrite ^/dating/$  /p/dating.php  last;
rewrite ^/dating$  /p/dating.php  last;
rewrite ^/dating/([0-9]+).html$  /p/dating_detail.php?fid=$1  last;
rewrite ^/trend/$  /p/trend.php  last;
rewrite ^/trend$  /p/trend.php  last;
rewrite ^/trend/([0-9]+).html$  /p/trend.php?uid=$1  last;
rewrite ^/news/$  /p/news.php  last;
rewrite ^/news$  /p/news.php  last;
rewrite ^/news/([0-9]+).html$  /p/news_detail.php?fid=$1  last;
rewrite ^/hongbao/$  /p/hongbao.php  last;
rewrite ^/hongbao$  /p/hongbao.php  last;
rewrite ^/hongbao/([0-9]+).html$  /p/hongbao_detail.php?fid=$1  last;
rewrite ^/hongniang/$  /p/hongniang.php  last;
rewrite ^/hongniang$  /p/hongniang.php  last;
rewrite ^/hongniang/([0-9]+).html$  /p/hongniang_detail.php?fid=$1  last;
rewrite ^/video/$  /p/video.php  last;
rewrite ^/video$  /p/video.php  last;
rewrite ^/about/$  /p/about.php  last;
rewrite ^/about$  /p/about.php  last;
rewrite ^/about/news/$  /p/about.php?t=news  last;
rewrite ^/about/news$  /p/about.php?t=news  last;
rewrite ^/about/news([0-9]+).html$  /p/about.php?t=news_detail&fid=$1  last;
rewrite ^/kefu/$  /p/about.php?t=contact  last;
rewrite ^/clause/$  /p/about.php?t=clause  last;
rewrite ^/([A-Za-z]*)/$  /p/user.php?areakey=$1 last;

 

成功

如果你喜欢我们的文章,欢迎您分享或收藏路人粉的文章! 我们网站的目标是帮助每一个有求知欲的人,无论他们的水平和经验如何。我们相信,只要有热情和毅力,无论从什么时候开始学习都不晚。
婚恋相亲交友系统V10.2 超大型婚恋社交、相亲、征婚、互动系统-路人粉资源网
婚恋相亲交友系统V10.2 超大型婚恋社交、相亲、征婚、互动系统
此内容为免费资源,请登录后查看
0积分
免费资源
© 版权声明
THE END
喜欢就支持一下吧
点赞9赞赏 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容