1000字范文,内容丰富有趣,学习的好帮手!
1000字范文 > 自适应php导航网站源码 php网址导航源码v1.6自适应导航源码

自适应php导航网站源码 php网址导航源码v1.6自适应导航源码

时间:2022-12-12 00:58:15

相关推荐

自适应php导航网站源码 php网址导航源码v1.6自适应导航源码

资源文字介绍:

有的站长喜欢这种导航源码,放出一个免费的自适应导航源码喜欢的下载研究。

环境: php5.5左右吧+mysql

先导入数据库文件db/db.sql

再修改config.php数据库配置

然后服务器设置好伪静态规则

访问网站OK.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的伪静态规则

RewriteEngineOn

rewritebase/

RewriteRule^index.html/index.php[L,NC]

RewriteRule^about.htmlabout.php[L,NC]

RewriteRule^search.htmlsearch.php[L,NC]

RewriteRule^apply.htmlapply.php[L,NC]

RewriteRule^404.html404.php[L,NC]

RewriteRule^sort([0-9]+).htmlsort.php?id=$1[L,NC]

RewriteRule^sort([a-zA-Z]+).htmlsort.php?alias=$1[L,NC]

RewriteRule^site-([0-9]+).htmlsite.php?id=$1[L,NC]

资源图片介绍

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。