php开发的流行站长导航系统收录源码,样式很不错,完全开源

介绍:

站长导航系统源码
测试环境
宝塔Nginx -Tengine2.2.3的php5.5+mysql
先导入数据库文件db/db.sql
再修改config.php数据库配置
然后服务器设置好伪静态规则
访问网站OK
后台是:你的域名/admin/login.php 账号:admin 密码:qqqqqq

Nginx伪静态规则
rewrite ^/index.html$ /index.php;

rewrite ^/about.html$ /about.php;
rewrite ^/search.html$ /search.php;
rewrite ^/apply.html$ /apply.php;
rewrite ^/404.html$ /404.php;
rewrite ^/sort([1-9]+[0-9]*).html$ /sort.php?id=$1;

rewrite ^/sort([a-zA-Z]+).html$ /sort.php?alias=$1;
rewrite ^/site_([1-9]+[0-9]*).html$ /site.php?id=$1;

Apache的伪静态规则
RewriteEngine On
rewritebase /
RewriteRule ^index.html /index.php [L,NC]
RewriteRule ^about.html about.php [L,NC]
RewriteRule ^search.html search.php [L,NC]
RewriteRule ^apply.html apply.php [L,NC]
RewriteRule ^404.html 404.php [L,NC]
RewriteRule ^sort([0-9]+).html sort.php?id=$1 [L,NC]
RewriteRule ^sort([a-zA-Z]+).html sort.php?alias=$1 [L,NC]
RewriteRule ^site_([0-9]+).html site.php?id=$1 [L,NC]

网盘下载地址:

链接:https://pan.baidu.com/s/18ym8ZHa70zUiZZqs9wHYyg 提取码:0948

 

图片:

流行站长导航系统收录源码 样式很不错admin图片

重要提示

如有解压密码: 看下载页、看下载页、看下载页。
源码工具资源类具有可复制性: 建议具有一定思考和动手能力的用户购买。
请谨慎考虑: 小白用户和缺乏思考动手能力者不建议赞助。
虚拟商品购买须知: 虚拟类商品,一经购买打赏赞助,不支持退款。请谅解,谢谢合作!

php开发的流行站长导航系统收录源码,样式很不错,完全开源-源码资源网
php开发的流行站长导航系统收录源码,样式很不错,完全开源
此内容为付费资源,请付费后查看
1
限时特惠
9
立即购买
您当前未登录!建议登陆后购买,可保存购买订单
付费资源
已售 182
© 版权声明
THE END
喜欢就支持一下吧
点赞45 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容