当前位置:首页 >工具分享 >我愛導航係統源碼 Pro版 網址導航係統 二次開發美化 正文

我愛導航係統源碼 Pro版 網址導航係統 二次開發美化

来源:狗頭發卡網   作者:熱門輔助   时间:2026-09-03 14:20:06

簡介:
我愛導航係統源碼 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偽靜 :

code
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 ^article.html article.php [L,NC]
RewriteRule ^apply.html apply.php [L,NC]
RewriteRule ^404.html 404.php [L,NC]
RewriteRule ^category-([0-9]+).html category.php?id=$1 [L,NC]
RewriteRule ^category-([a-zA-Z]+).html category.php?alias=$1 [L,NC]
RewriteRule ^site-([0-9]+).html site.php?id=$1 [L,NC]
RewriteRule ^article-list-([0-9]+).html article_list.php?id=$1 [L,NC]
RewriteRule ^article-([0-9]+).html article_show.php?id=$1 [L,NC]
RewriteRule ^img/favicon/(.*)\.png$ favicon.php?url=$1 [L,NC]
RewriteRule ^img/preview/(.*)\.png$ preview.php?url=$1 [L,NC]

下載接合(複製直接下載)

https://wp.123vo.cn/index/share/code/N7RJvylqYD

內容校驗完了

标签:

责任编辑:科技