我爱导航系统源码 Pro版 网址导航系统 二次开发美化
我爱导航系统源码 Pro版 | 网址导航系统 二次开发美化基于SiteHub二次开发的开源免费的网址导航系统,拥有独立前台和拟态风格的后台管理中心。
我爱导航系统集合网上优质网站网址导航,支持前台自主提交收录、自动获取TDK与网站Icon与后端审核管理,涵盖网站收录和文章发布等。
运行环境 Nginx/Apache、PHP建议7.4、MySQL 5.6+
访问域名进行安装操作
Nginx伪静态:
rewrite^/index.html$/index.phplast;rewrite^/about.html$/about.phplast;rewrite^/search.html$/search.phplast;rewrite^/ranking.html$/ranking.phplast;rewrite^/apply.html$/apply.phplast;rewrite^/404.html$/404.phplast;rewrite^/category-(+*).html$/category.php?id=$1last;rewrite^/category-(+).html$/category.php?alias=$1last;rewrite^/site-(+*).html$/site.php?id=$1last;rewrite^/article.html$/article.phplast;rewrite^/article-list-(+*).html$/article_list.php?id=$1last;rewrite^/article-(+*).html$/article_show.php?id=$1last;rewrite^/img/favicon/(.*)$/favicon.php?url=$1last;rewrite^/img/favicon/(.*).png$/favicon.php?url=$1last;rewrite^/img/preview/(.*).png$/preview.php?url=$1last;location~"^/img/favicon/([^/]+)/?.png$"{try_files/$uri/$uri//favicon.php?url=$1;}location~"^/img/preview/([^/]+)/?.png$"{try_files/$uri/$uri//preview.php?url=$1;}</pre>Apache伪静:
RewriteEngine OnRewriteBase /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 </pre>
前台效果图:
https://img.dkewl.com/202509/42ffbb2577.png
https://img.dkewl.com/202509/90c595f579.png
https://img.dkewl.com/202509/90c595f999.png
后台效果图:
https://img.dkewl.com/202509/90c595f636.png
https://img.dkewl.com/202509/90c595f689.png
https://img.dkewl.com/202509/a543de0842.png
下载地址:我爱导航系统源码 Pro版 网址导航系统 二次开发美化.zip
页:
[1]