用户个人主页伪静态打开就不能够打开个人主页了
用户个人主页伪静态打开就不能够打开个人主页了,但关闭伪静态就正常,伪静态规则为
space/{user}/{value}.html
上面为伪静态配置,以及伪静态
rewrite ^([^\.]*)/space/(username|uid)/(.+)\.html$ $1/home.php?mod=space&$2=$3 last;
space/{user}/{value}.html
上面为伪静态配置,以及伪静态
rewrite ^([^\.]*)/space/(username|uid)/(.+)\.html$ $1/home.php?mod=space&$2=$3 last;