简单安装说明:
将整站程序上传至后台;
将数据库文件导入到数据库中;
修改conf里面的conf的数据库名字及密码;
配置伪静态。
伪静态规则:
location ~* \.(htm)$ {
rewrite "^(.*)/(.+?).htm(.*?)$" $1/index.php?$2.htm$3 last;
}
将整站程序上传至后台;
将数据库文件导入到数据库中;
修改conf里面的conf的数据库名字及密码;
配置伪静态。
location ~* \.(htm)$ {
rewrite "^(.*)/(.+?).htm(.*?)$" $1/index.php?$2.htm$3 last;
}