最新公告
  • 开通终身SVIP,享全站不限量下载次数-云资源-集成各类网络资源-正在更新中-预计更新到5W+文章开通SVIP
  • 文章介绍
  • 评价建议
  • 我爱导航系统源码 Pro版 | 网址导航系统 二次开发美化

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

    我爱导航系统集合网上优质网站网址导航,支持前台自主提交收录、自动获取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]


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

    常见问题FAQ

    免费下载或者VIP会员专享资源能否直接商用?
    本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。更多说明请参考 VIP介绍。
    提示下载完但解压或打开不了?
    最常见的情况是下载不完整: 可对比下载完压缩包的与网盘上的容量,若小于网盘提示的容量则是这个原因。这是浏览器下载的bug,建议用百度网盘软件或迅雷下载。若排除这种情况,可在对应资源底部留言,或 联络我们.。
    找不到素材资源介绍文章里的示例图片?
    对于PPT,KEY,Mockups,APP,网页模版等类型的素材,文章内用于介绍的图片通常并不包含在对应可供下载素材包内。这些相关商业图片需另外购买,且本站不负责(也没有办法)找到出处。 同样地一些字体文件也是这种情况,但部分素材会在素材包内有一份字体下载链接清单。
    • 56681资源总数(个)
    • 0本周发布(个)
    • 0 今日发布(个)
    • 2320稳定运行(天)

    提供最优质的资源集合

    立即查看 了解详情