我的主题文件夹中有404.php文件,.htaccess看起来像这样
ErrorDocument 404 /index.php?error=404
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
永久链接设置为帖子名称,但最重要的是,服务器上的每个页面都独立于主题而遇到相同的问题。有什么问题吗?在cPanel“错误页面”中,我没有任何设置。
我只有404页,这当然不是来自WordPress。 screenshot