自适应各终端懒人网址导航好看模版与导航源码。
V1.8版本是在原1.6版本的基础上修复和增加了些功能。推荐直接使用新版本,舍弃旧版本,后期会继续不定期更新。
测试环境:
宝塔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]
①零基础开始学习如何做网站和APP,亲自录的教学视频配套源码搭建(易上手)
②学会搭建技术,任何源码到手都可以自己做了,好的自己运营,一般的卖给别人(销售渠道有:淘宝,互站,微店等等)
③提供最新源码开源渠道(带安装教程),保证每套都可以单独卖钱
④还可以像我一样卖技术收徒,价格随你定,所以收徒学习是一本万利的
站长QQ:1261653878 (备注:学习)
1.部分宝贝文件更新,请向客服QQ索取下载地址
2. 本站所有资源来源于用户上传和网络,如有侵权请QQ联系站长!
3. 分享目的仅供大家学习和交流,请不要用于商业用途!
4. 如果你也有好源码或者教程,可以联系站长审核发布,分享有50%额外收入!
5. 本站提供的模型、教程、施工图等等其他资源,都不包含技术服务 请大家谅解!
知识呸 » 自适应各终端懒人网址导航源码 v1.8