Lumanager设置WordPress站点的固定链接格式解析 刚将博客搬了家,发现原来的固定链接格式访问不到了 于是去查找关于固定链接解析的问题 发现如下代码,加载到站点的location规则中即可 location / { index index.html index.php; if (-d $request_filename){ rewrite ^/(.*)()$ $1$2/ permanent; } if (-f $request Debug mikel 2013-07-08 69 热度 0评论