简介:
我爱导航系统源码 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-([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伪静:
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]
前台图片:
后台图片:
© 版权声明
1. 本站提供的资源(包括但不限于软件、游戏、音乐、视频、图片等)来源于互联网,部分资源可能存在版权争议。本站始终尊重知识产权,对于涉嫌侵权的资源,将在接到权利人通知后,及时采取删除、断开链接等措施。
2. 本站所提供的资源,仅供用户学习、研究、交流之用,不得用于商业目的。任何单位或个人在未经本站书面授权的情况下,不得擅自复制、传播、发布、编辑、出售或出租本站提供的资源。
3. 用户在使用本站资源时,应遵守我国的知识产权法律法规,不得侵犯他人的著作权、商标权、专利权等知识产权。如有违法行为,本站将积极配合有关部门进行查处,承担相应的法律责任。
4. 如果您认为本站提供的资源侵犯了您的合法权益,请向本站提交书面通知,并提供相关证据。本站收到通知后,将尽快核实并采取相应措施。
5. 本站致力于打造一个绿色、健康的网络环境,欢迎广大用户向我们举报侵犯知识产权的行为,我们将第一时间进行处理。
6. 本站保留对本版权声明的修改和解释权。如有疑问,请随时与我们联系。 感谢您的支持与配合,祝您在本站的使用愉快!
2. 本站所提供的资源,仅供用户学习、研究、交流之用,不得用于商业目的。任何单位或个人在未经本站书面授权的情况下,不得擅自复制、传播、发布、编辑、出售或出租本站提供的资源。
3. 用户在使用本站资源时,应遵守我国的知识产权法律法规,不得侵犯他人的著作权、商标权、专利权等知识产权。如有违法行为,本站将积极配合有关部门进行查处,承担相应的法律责任。
4. 如果您认为本站提供的资源侵犯了您的合法权益,请向本站提交书面通知,并提供相关证据。本站收到通知后,将尽快核实并采取相应措施。
5. 本站致力于打造一个绿色、健康的网络环境,欢迎广大用户向我们举报侵犯知识产权的行为,我们将第一时间进行处理。
6. 本站保留对本版权声明的修改和解释权。如有疑问,请随时与我们联系。 感谢您的支持与配合,祝您在本站的使用愉快!
THE END
暂无评论内容