404 returns blank page
-
I’m working on a blog at https://blog.mbluk.com and am having trouble getting a 404 page to appear. I have pretty permalinks set up which work fine but when you go to a page that does not exist a blank page appears which returns 200.
Turning off the pretty permalinks fixes the problem but it would be nice to have it working with the clean URL.
I have a few plugins that I have used but turning them off doesn’t fix the problem. I have also created a 404 file for the template.
Here’s the .htaccess file that WordPress has generated:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘404 returns blank page’ is closed to new replies.