WordPress Permalink 'No input filespecified'解决办法(Nginx)

最近用Wordpress设置固定连接(Permalink)以后,点击其他选项会出现’No input filespecified’。Google了一下,再综合上次WP后台自动升级的问题解决办法,终于也把这个问题修复好了。

下面是Nginx的VPS环境下解决办法:
原因1:和提示一样直白的文件不存在
原因2:路径或者权限的原因

重新设置了文件www用户组的权限,就可以访问后台了。

chown -vR www:www /folder

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>