这是一款由黑鱼站长发布的老版本网站模板,使用了织梦(dede)系统。源码和模板均可在此处获取,站长们对此感兴趣的话可以进行搭建和体验。
安装教程如下:
1. 下载dede程序源码并解压;
2. 导入数据库并修改织梦数据库文件;
3. dede数据库配置文件路径为:/data/common.inc.php;
4. 后台地址为admin,账户和密码均为admin。
设置伪静态:
“`nginx
location / {
#单页伪静态规则
rewrite ^/delete\.html /plus/danye.php?aid=1 last;
rewrite ^/tg\.html /plus/danye.php?aid=2 last;
rewrite ^/ad\.html /plus/danye.php?aid=3 last;
rewrite ^/copyright\.html /plus/danye.php?aid=5 last;
rewrite ^/adtousu\.html /plus/danye.php?aid=12 last;
rewrite ^/sitemap\.xml$ /plus/sitemap.php last;
#PC版伪静态规则
rewrite ^/$ /plus/rewrite.php?s=$1 last;
rewrite ^/index\.html$ /plus/rewrite.php?s=$1 last;
if (!-e $request_filename) {
rewrite ^/m/(.*)$ /plus/rewrite.php?s=$1&mobile=1 last;
rewrite ^/(.*)$ /plus/rewrite.php?s=$1 last;
rewrite ^(.*)$ /plus/rewrite.php?s=$1 last;
}
}
“`
图片:
– 前台页面
– 会员页面-用户中心
– 用户主页-个人主页
– 后台页面
#织梦 #源码 #打包 #分享 #介绍。
评论(0)