location / {
if (!-e $request_filename) {
rewrite ^/(.[a-zA-Z0-9\-\_]+).html$ /index.php?mod=$1 last;
}
rewrite ^/pay/(.*)$ /pay.php?s=$1 last;
}
location ^~ /plugins {
deny all;
}
location ^~ /includes {
deny all;
}
成功安装,如需重新安装,请手动删除install目录下install.lock文件!
上传V免签插件。
配置好V免签密钥
创建好商户直接对接即可。
创建好商户直接对接即可。
Tags:
教程