阿里云虚拟主机使用 Typecho 1.1 开启伪静态后打开子页面报错
官方推荐规则在其他环境使用完全正常,到阿里云虚拟主机这就不行了 ┑( ̄Д  ̄)┍
删掉后面的 $1 last就好了
location / {
if (!-e $request_filename) {
rewrite (.*) /index.php;
}
}
官方推荐规则在其他环境使用完全正常,到阿里云虚拟主机这就不行了 ┑( ̄Д  ̄)┍
删掉后面的 $1 last就好了
location / {
if (!-e $request_filename) {
rewrite (.*) /index.php;
}
}