2021-10-17
我的站长站
Rtworld网站目录导航网站源码V2.0全解开源版
- 源码编号:1864
- 点击次数:
- 数 据 库 :Mysql
- 源码授权:试用
- 开源情况:非商用
- 下载权限:VIP / 积分
- 源码售价:VIP / 20积分
- 下载次数:6次
源码截图
源码介绍
1.多前台模板切换,多跳转模板切换
2.系统日志管理,系统数据清理工具
3.多网站分类,多文章分类,具有书籍,影视,等搭配功能
4.采集数据,站长管理,简便操作,提交即收录,各大网站推送收录你的域名, 快拥有属于你的目录网,本地TDK信息一键获取,去除接口卡带式
5.邮箱式提交收录,更加保证网站质量数据,上传安装前端模板/跳转模板 6.新增影视和小说功能,自行添加相关数据!
源码安装教程
1.上传服务器/虚拟主机根目录并且解压
2.填写伪静态(伪静态在下方)
3.访问域名填写数据库相关信息,并完成操作!
4.后台信息:
后台入口:/Manage/
后台默认账户密码:Manage/123456
Nginx伪静态
location = /index.html {
rewrite ^(.*)$ /index.php;
}
location = /tb {
rewrite ^(.*)$ /User/tb.php;
}
location = /jd {
rewrite ^(.*)$ /User/jd.php;
}
location = /pdd {
rewrite ^(.*)$ /User/pdd.php;
}
location = /404.html {
rewrite ^(.*)$ /index.php?AS=404;
}
location /sort {
rewrite ^/sort-([1-9]+[0-9]*).html$ /index.php?AS=sort&sid=$1;
}
location /arsort {
rewrite ^/arsort-([1-9]+[0-9]*).html$ /index.php?AS=arsort&aid=$1;
}
location /article {
rewrite ^/article-([1-9]+[0-9]*).html$ /index.php?AS=article&tid=$1;
}
location /web {
rewrite ^/web-([1-9]+[0-9]*).html$ /index.php?AS=web&wid=$1;
}
location /book {
rewrite ^/book-([1-9]+[0-9]*).html$ /index.php?AS=book&xid=$1;
}
location /movie {
rewrite ^/movie-([1-9]+[0-9]*).html$ /index.php?AS=movie&ysid=$1;
}
location /app {
rewrite ^/app-([1-9]+[0-9]*).html$ /index.php?AS=app&gid=$1;
}
location /qbwz {
rewrite ^/qbwz.html$ /index.php?AS=qbwz;
}
location /books {
rewrite ^/books.html$ /index.php?AS=books;
}
location /movies {
rewrite ^/movies.html$ /index.php?AS=movies;
}
location /apps {
rewrite ^/apps.html$ /index.php?AS=apps;
}
location /article_search {
rewrite ^/article_search.html$ /index.php?AS=article_search;
}
location /search {
rewrite ^/search.html$ /index.php?AS=search;
} 相关专题
网址导航
2021-10-03 395本专题汇总全站网址导航类优质资源,收录各类简约风、科技风、综合类网址导航模板,以及开源完整版导航站源码。界面清爽美观、部署简单、易修改适配,适合搭建个人导航...
- 开心导航站垂直网址导航主题模板 [2025-10-16]
- WebNav1.9网址导航系统源码,新增分类和url一键获取网站信息 [2025-06-25]
- onenav自适应网址导航主题模板源码 [2025-03-05]
- WebStack-Hugo开源网址导航项目,一键部署无需服务器 [2024-09-05]
- king分享技术导航网站模板整站源码 [2024-08-26]
下载地址



