当前位置:网站首页>宝塔搭建DM企业建站系统源码实测
宝塔搭建DM企业建站系统源码实测
2022-08-02 14:03:00 【web测评】
大家好啊,我是年GieGie,欢迎来到web测评。
本期给大家带来一套DM企业建站系统源码。
DM系统介绍
- DM企业建站系统是由PHP + mysql开发的一套专门用于中小企业网站建设的开源cms
- DM系统的理念就是组装,把模板和区块组装起来,产生不同的网站效果
- 可以用来快速建设一个响应式的企业网站( PC,手机,微信都可以访问)。后台操作简单,维护方便
DM系统主要特点
- 模板管理功能,下载后,会有多个模板可选择
- 可以给每个页面设置SEO关键字,有利于搜索引擎收录。可以给每个页面设置别名,从而是让网页的访问网址更加简洁
- 后台有布局功能,让页面呈现更加方便
- 丰富的区块效果,通过前台编辑,直接链接到后台
DM建站系统安装步骤
- 安装宝塔面板,创建数据库,导入import.sql数据库文件
- 创建站点,上传源码到站点根目录下,并更改 component/dm-config/database.php的数据库连接信息
- 配置Nginx伪静态规则,如下:
rewrite ^/404.html /index.php?file=404;
rewrite "^/category-([0-9]{1,}).html$" /index.php?routeid=$1&ifalias=n&file=category&page=1;
rewrite "^/category-([0-9]{1,})-([0-9]{1,}).html$" /index.php?routeid=$1&ifalias=n&file=category&page=$2;
rewrite "^/detail-([0-9]{1,}).html$" /index.php?detailid=$1&ifalias=n&file=category;
rewrite "^/tag-([0-9]{1,}).html$" /index.php?routeid=$1&ifalias=n&file=tag&page=1;
rewrite "^/tag-([0-9]{1,})-([0-9]{1,}).html$" /index.php?routeid=$1&ifalias=n&file=tag&page=$2;
rewrite "^/dmlink-([a-z0-9A-Z_]{1,})-([a-z0-9A-Z_]{1,})-([a-z0-9A-Z_]{1,}).html$" /index.php?file=$1&alias=$2&page=$3;
rewrite ^/cart.html$ /index.php?file=member&alias=shop_cart;
rewrite ^/checkout.html$ /index.php?file=member&alias=shop_checkout;
rewrite ^/order.html$ /index.php?file=member&alias=shop_order&memact=list;
rewrite "^/member-([a-z0-9A-Z_]{1,}).html$" /index.php?file=member&alias=$1;
rewrite "^/member-([a-z0-9A-Z_]{1,})-([a-z0-9A-Z_]{1,}).html$" /index.php?file=member&alias=$1&memact=$2;
rewrite "^/member-([a-z0-9A-Z_]{1,})-([a-z0-9A-Z_]{1,})-([a-z0-9A-Z_]{1,}).html$" /index.php?file=member&alias=$1&memact=$2&memtid=$3;
rewrite "^/page-([0-9]{1,}).html$" /index.php?routeid=$1&ifalias=n&file=page&page=1;
rewrite "^/([a-z0-9A-Z-_]{1,})-([0-9]{1,}).html$" /index.php?alias=$1&ifalias=y&file=alias&page=$2;
rewrite "^/([a-z0-9A-Z-_]{1,}).html$" /index.php?alias=$1&ifalias=y&file=alias&page=1;
- 后台地址:域名/admindm-yourname/g.php
- 后台初始用户名:admin
- 后台初始密码: admin123
::: block-1
注意事项
未授权前仅能用于学习研究,需要商业使用请先去DM官网进行正版授权。
:::
网站模板实测截图
::: block-2
获取方式
:::
::: block-2
找不到你想要的?
边栏推荐
猜你喜欢
C语言日记 1“Hello world“
What's wrong with running yolov5 (1) p, r, map are all 0
【c】小游戏---扫雷雏形
C语言日记 3 常量
鼠标右键菜单栏太长如何减少
The specific operation process of cloud GPU (Hengyuan cloud) training
window10下半自动标注
Creating seven NiuYun Flask project complete and let cloud
C语言一级指针(补)
MobileNet ShuffleNet & yolov5 replace backbone
随机推荐
Flask-RESTful request response and SQLAlchemy foundation
C语言初级—水仙花数
【VCU】详解S19文件(S-record)
8576 Basic operations of sequential linear tables
8580 Merge linked list
Unit 11 Serializers
yolov5,yolov4,yolov3乱七八糟的
Caused by: org.gradle.api.internal.plugins.PluginApplicationException: Failed to apply plugin [id ‘c
[ROS](06)ROS通信 —— 话题(Topic)通信
[ROS]ROS常用工具介绍(待续)
Linux: CentOS 7 install MySQL5.7
Paddle window10 environment using conda installation
Unit 6 meet ORM
Introduction and use of Haystack
window10 lower semi-automatic labeling
PHP版本切换:5.x到7.3
Chapter6 visualization (don't want to see the version)
Flask framework in-depth two
浅浅写一下PPOCRLabel的使用及体验
drf view component