自適應各終端懶人網址導航源碼v3.9
自適應各終端懶人網址導航源碼是一個以PHP+MySQL進行開發的網址導航源碼。
該版本在原有3.8版本的基礎上進行了修復并增加了一些功能。
建議新人直接使用新版本,丟棄舊版本。
如果您有能力進行二次開發,請自行檢查并升級。 未來我們將持續不定期更新。
測試環境
寶塔Nginx-Tengine2.2.3 PHP5.6 MySQL5.6.44
為了防止調試錯誤,建議使用測試環境運行的php和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 ^/wz.html$ /wzall.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;
rewrite ^/wz([1-9]+[0-9]*).html$ /wz.php?id=$1;
rewrite ^/wzshow_([1-9]+[0-9]*).html$ /wzshow.php?id=$1;

下載地址:
https://qq1103738088.lanzouq.com/i6XVE1kmk3bi
