自适应各终端懒人网址导航源码下载 v1.6

自适应各终端懒人网址导航好看模版与导航源码
环境: php5.5左右吧+mysql
先导入数据库文件db/db.sql
再修改config.php数据库配置
然后服务器设置好伪静态规则
访问网站OK
后台是:你的域名/admin/login.php 账号:admin 密码:qqqqqq
如有不懂不会问题的话请加QQ群:248078808 交流获取帮助

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]

自适应各终端懒人网址导航源码下载 v1.6自适应各终端懒人网址导航源码下载 v1.6

相关文件下载地址
©下载资源版权归作者所有;本站所有免费资源均来源于网络,仅供学习使用,请支持正版!

本资源由62源码网发布,转载请注明出处:https://www.62ym.com/34796.html

本站发布的内容若侵犯到您的权益,请联系我们删除,我们将及时处理!

=========================================

本站大部分源码资源收集于网络,不保证其完整性以及安全性,请下载后自行测试。

本站资源仅供学习与参考,请勿用于商业或非法用途。

(0)
上一篇 2020年11月18日 10:16
下一篇 2020年11月18日 10:19

猜你喜欢

发表评论

登录后才能评论
QQ咨询

咨询QQ:button_111

周一至周六:9:00 - 18:00

节假日休息

返回顶部