手机电脑自适应导航源码php,自适应各终端懒人网址导航源码 v2.0
自適應各終端懶人網址導航源碼。
V2.0版本是在原1.8版本的基礎上修復和增加了些功能。推薦直接使用新版本,舍棄舊版本,后期會繼續不定期更新。
測試環境:
寶塔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 ^/ranking.html$ /ranking.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 ^ranking\.html ranking\.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]
下載權限
下載列表
總結
以上是生活随笔為你收集整理的手机电脑自适应导航源码php,自适应各终端懒人网址导航源码 v2.0的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: c语言的单行注释范围,c语言中的注释,m
- 下一篇: python算法详解豆瓣_豆瓣爬虫实践-