1) 添加或编辑。htaccess文件,应为:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
2)进入管理面板->设置->永久链接并选择帖子名称,如果这无法修复,请单击自定义结构并写入
/%postname%/