帝国cms字典10合1 整站程序(无后门)

字典/成语/古诗词/英语单词/造句/近反义词汉语知识/范文大全

帝国cms字典10合1 整站程序(无后门)

程序介绍

文件目录:1个数据库   1个系统源码   1个伪静态规则

安装方式:把1.2G的程序上传到网站   , 接着把800多M的数据库导入数据库即可,然后在:/e/config/config.php  把里面的数据库账户密码修改为自己的就行了

最好是php5.6

访问后台:www.xx.com/e/admin  密码必须重新安装个php重置插件。

好了,自己研究吧

nginx配置开启ssi

#开启ssi
ssi on;
ssi_silent_errors on;
ssi_types text/shtml;   
ssi_types text/html;  
#如果是html结尾的就这样写

宝塔面板单个网站开启SSI

server
{
    listen 80;
		listen 443 ssl http2;
    server_name 506064.com www.506064.com;
    index index.php index.html index.htm default.php default.htm default.html;
<添加上面代码开始区域
    ssi on;
    ssi_silent_errors on;
    ssi_types text/shtml;   
    ssi_types text/html;  结束区域>
    root /www/wwwroot/506064.com;
帝国cms字典10合1 整站程序(无后门)
演示说明

伪静态规则

rewrite ^/poetry/([0-9]+)\.html$ /e/action/poetry.php?classid=4&id=$1 last;
rewrite ^/poetry/fanyi-([0-9]+)\.html$ /e/action/fanyi.php?classid=4&id=$1 last;
rewrite ^/poetry/pinyin-([0-9]+)\.html$ /e/action/pinyin.php?classid=4&id=$1 last;
rewrite ^/poetry/shang-([0-9]+)\.html$ /e/action/shang.php?classid=4&id=$1 last;
rewrite ^([^\.]*)/gushi/([a-z0-9]+)_([0-9]+).html$ $1/e/tags/itag.php?py=$2&page=$3 last;
rewrite ^([^\.]*)/gushi/([a-z0-9]+).html$ $1/e/tags/itag.php?py=$2 last;
rewrite ^/jf/([_0-9]*).html$ /e/action/show.php?classid=169&id=$1 last;
rewrite ^/qiming/([_0-9]*).html$ /e/action/show.php?classid=160&id=$1 last;
rewrite ^/zidian/(?!index\.html)([a-zA-Z0-9]+)\.html$ /e/action/show.php?classid=5&id=$1 last;
rewrite ^/chengyu/(.*)/$ /e/action/cy.php?classid=14&id=$1 last;
location /zaoju/ {
rewrite ^/zaoju/([a-z0-9]+).html$ /e/action/show.php?classid=175&id=$1 last;
}
location / {
rewrite ^/cidian/(.*)/$ /e/action/cidian.php?classid=10&id=$1 last;
}
location = /zaoju/index.html {
}

下载地址:

链接: https://pan.baidu.com/s/1J3DN1sv71jK5NBkrJxK2Xw?pwd=3b59 提取码: 3b59

原创文章,作者:简单一点,如若转载,请注明出处:https://www.506064.com/n/2552.html

(1)
简单一点的头像简单一点
上一篇 2024年3月30日 15:20
下一篇 2024年3月30日 16:03

相关推荐

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注