> ## Content Index
> Fetch the complete content index at: https://yinguobing.com/blog/llms.txt
> Use this file to discover other available public pages before exploring further.

# 修改Wordpress固定链接后打开文章404
- URL: https://yinguobing.com/blog/modified-wordpress-permalink-result-in-404/
- Published: 2015-11-06T22:18:04.000Z
- Updated: 2022-05-29T07:34:25.000Z
- Description: 网站搬家后修改了固定链接格式，然后主页打开正常，文章打开都报错404。
- Author: 尹国冰
- Tags: 生活故事

网站搬家后修改了固定链接格式，然后主页打开正常，文章打开都报错404。

原因：据说Wordpress的Permalink功能需要修改.htaccess文件的权限。

解决办法：将`apache2.conf`文件中的`AllowOverride none`修改为`AllowOverride all`即可。

记得重启apache服务：`sudo service apache2 restart`