搭建教程:
环境 PHP7.1+MySQL5.6 设置伪静态代码在下面,运行安装:域名/install/运行该目录进行数据库安装、连接、设置后台账户和密码
location ~* \.(htm)$ { rewrite “^(.*)/(.+?).htm(.*?)$” $1/index.php?$2.htm$3 last; }![]()
搭建教程:
环境 PHP7.1+MySQL5.6 设置伪静态代码在下面,运行安装:域名/install/运行该目录进行数据库安装、连接、设置后台账户和密码
location ~* \.(htm)$ { rewrite “^(.*)/(.+?).htm(.*?)$” $1/index.php?$2.htm$3 last; }![]()