try_files
-
try_files实现wordpress伪静态-WordPress开发教程
wordpress伪静态,大家都是用下面的配置文件来实现。location / { if (-f $/index.html){ rewrite (.*) $1/index.html break; } if (-f $request_filename/index.php
wordpress伪静态,大家都是用下面的配置文件来实现。location / { if (-f $/index.html){ rewrite (.*) $1/index.html break; } if (-f $request_filename/index.php