最新公告
  • 本站源碼資源類型廣泛,涵蓋PHP網站源碼、遊戲源碼、主題模板、擴張插件等一系列優質資源分享以供學習研究。歡迎加入VIP
  • 自適應各終端懶人網址導航好看模版與導航源碼
    環境: 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]



    內容加載中..
    1. 本站所有資源來源於用戶上傳和網絡,如有侵權請郵件聯繫站長!
    2. 分享目的僅供大家學習和交流,不能確保資源完整性和時效性,請在下載後24小時內刪除!
    3. 不得使用於非法商業用途,不得違反國家法律。否則後果自負!
    4. 本站提供的源碼、模板、插件等等其他資源,都不包含技術服務請大家諒解!
    5. 如有鏈接無法下載、失效或廣告,請聯繫管理員處理!
    6. 本站資源售價只是贊助,收取費用僅維持本站的日常運營所需!

    耘藝源碼網 » 自適應各終端懶人網址導航源碼 v1.6
    • XX:Thursday, 01/01/1970