rewrite ^/(.*).html$ /$1;
location / {
index index.php;
if (-f $request_filename/index.php){
rewrite (.*) $1/index.php;
}
if (!-f $request_filename){
rewrite (.*) /index.php;
}
}
rewrite ^/(.*).html$ /$1;
location / {
index index.php;
if (-f $request_filename/index.php){
rewrite (.*) $1/index.php;
}
if (!-f $request_filename){
rewrite (.*) /index.php;
}
}
zpfei阅读 991
smallStone赞 7阅读 4.3k评论 3
Pursuer丶阅读 3.5k评论 2
嚆嚆想进厂赞 1阅读 447评论 1
macrozheng赞 1阅读 507
蓝易云阅读 850
小猿姐阅读 775
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。