第一步:把URL_MODEL 配置成2,重写模式;
第二步:在网站的根目录下(/webroot/)新建一个bcloud_nginx_user.conf文件(bch是不允许修改基础配置文件的,所以只能通过加载用户自定义配置文件),写入如下代码:
location ~* \.(htm)$ {
rewrite "^(.*)/(.+?).htm(.*?)$" $1/index.php?$2.htm$3 last;
}
并打开/webroot/conf/conf.php文件,找到url_rewrite_on参数把默认的0更改为1