简介:
2026最新我爱导航V2.0.5系统源码,全新修复+美化版
我爱导航(52DH Pro)网址导航系统V2.0.5是由苏酷伊基于SiteHub项目二次开发并免费发布的开源免费的网址导航系统,在52DH Pro_V1.1.1版本上优化前端UI显示,新增多种功能和优化后端管理中心。52DH Pro网址导航系统以**的性能体验,完善的安全保障,专业的技术支持,持续创新的产品理念,不断优化的系统功能,致力打造更专业的网站网址导航系统。
运行环境 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/([1-9]+[0-9]*).html$ /category.php?id=$1 last;
rewrite ^/category/([a-zA-Z0-9_-]+).html$ /category.php?alias=$1 last;
rewrite ^/site/([1-9]+[0-9]*).html$ /site.php?id=$1 last;
rewrite ^/site/([a-zA-Z0-9_-]+).html$ /site.php?alias=$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;
}
图片:










本站所有内容均来源于网络,仅供学习与参考,请勿商业运营,严禁从事违法、侵权等任何非法活动,否则后果自负
本站内容观点不代表本站立场,并不代表本站赞同其观点和对其真实性负责
我们非常重视版权问题,如有侵权请邮件与我们联系处理。敬请谅解! 邮件:admin@90ym.cn










暂无评论内容