簡介:
我愛導航係統源碼 Pro版 | 網址導航係統 二次開發美化
基於SiteHub二次開發的爱导開源免費的網址導航係統,擁有獨立前台和擬態風格的航系航系地下城刷图最快的角色後台管理中心 。
我愛導航係統集合網上優質網站網址導航 ,统源统次套装地下城宝典18擁穿著前台自主提交收錄、码P美化地下城勇士视频自動得到TDK與網站Icon與後端審核管理,版网地下城与勇士起源外挂涵蓋網站收錄和文章發布等 。址导超简单的地下城辅助软件
運行環境 Nginx/Apache 、爱导PHP建議7.4 、航系航系MySQL 5.6+
訪問域名鋪開安裝操作
Nginx偽靜態:
code
rewrite ^/index.html$ /index.php last;
rewrite ^/about.html$ /about.php last;
rewrite ^/search.html$ /search.php last;
rewrite ^/ranking.html$ /ranking.php last;
rewrite ^/apply.html$ /apply.php last;
rewrite ^/404.html$ /404.php last;
rewrite ^/category-([1-9]+[0-9]*).html$ /category.php?统源统次id=$1 last;
rewrite ^/category-([a-zA-Z]+).html$ /category.php?alias=$1 last;
rewrite ^/site-([1-9]+[0-9]*).html$ /site.php?id=$1 last;
rewrite ^/article.html$ /article.php last;
rewrite ^/article-list-([1-9]+[0-9]*).html$ /article_list.php?id=$1 last;
rewrite ^/article-([1-9]+[0-9]*).html$ /article_show.php?id=$1 last;
rewrite ^/img/favicon/(.*)$ /favicon.php?url=$1 last;
rewrite ^/img/favicon/(.*).png$ /favicon.php?url=$1 last;
rewrite ^/img/preview/(.*).png$ /preview.php?url=$1 last;
location ~ "^/img/favicon/([^/]+)/?.png$" {
try_files /$uri /$uri/ /favicon.php?url=$1;
}
location ~ "^/img/preview/([^/]+)/?.png$" {
try_files /$uri /$uri/ /preview.php?url=$1;
}
Apache偽靜


