nginx
-
zblogphp:nginx子目录安装网站的伪静态设置
宝塔设置在单个网站的--伪静态--中直接输入如下即可:location / { if (-f $request_filename/index.html){ rewrite (.*) $1/index.html break;...
宝塔设置在单个网站的--伪静态--中直接输入如下即可:location / { if (-f $request_filename/index.html){ rewrite (.*) $1/index.html break;...