菊花开 发表于 2025-9-9 19:46:07

我爱导航系统源码 Pro版 | 网址导航系统 二次开发美化

我爱导航系统源码 Pro版 | 网址导航系统 二次开发美化


基于SiteHub二次开发的开源免费的网址导航系统,拥有独立前台和拟态风格的后台管理中心。


我爱导航系统集合网上优质网站网址导航,支持前台自主提交收录、自动获取TDK与网站Icon与后端审核管理,涵盖网站收录和文章发布等。


运行环境 Nginx/Apache、PHP建议7.4、MySQL 5.6+


访问域名进行安装操作


Nginx伪静态:

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-(+*).html$ /category.php?id=$1 last;
rewrite ^/category-(+).html$ /category.php?alias=$1 last;
rewrite ^/site-(+*).html$ /site.php?id=$1 last;
rewrite ^/article.html$ /article.php last;
rewrite ^/article-list-(+*).html$ /article_list.php?id=$1 last;
rewrite ^/article-(+*).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伪静态:


RewriteEngine On
RewriteBase /
RewriteRule ^index.html index.php
RewriteRule ^about.html about.php
RewriteRule ^search.html search.php
RewriteRule ^ranking.html ranking.php
RewriteRule ^article.html article.php
RewriteRule ^apply.html apply.php
RewriteRule ^404.html 404.php
RewriteRule ^category-(+).html category.php?id=$1
RewriteRule ^category-(+).html category.php?alias=$1
RewriteRule ^site-(+).html site.php?id=$1
RewriteRule ^article-list-(+).html article_list.php?id=$1
RewriteRule ^article-(+).html article_show.php?id=$1
RewriteRule ^img/favicon/(.*)\.png$ favicon.php?url=$1
RewriteRule ^img/preview/(.*)\.png$ preview.php?url=$1


https://image.baidu.com/search/down?url=https://wx4.sinaimg.cn/large/9d9812e7ly1i52phqfqr1j219x0or4cr.jpg



https://image.baidu.com/search/down?url=https://ww1.sinaimg.cn/large/9d9812e7ly1i569nv2db0j21gh0qits3.jpg


https://image.baidu.com/search/down?url=https://ww1.sinaimg.cn/large/9d9812e7ly1i569o0yvksj20aw0nl0yj.jpg


https://image.baidu.com/search/down?url=https://ww1.sinaimg.cn/large/9d9812e7ly1i569o59k6ij21h70q7tg0.jpg

    ***本内容需购买可见***
页: [1]
查看完整版本: 我爱导航系统源码 Pro版 | 网址导航系统 二次开发美化