How do I turn off WordPress 404s and get the regular 404 Not Found page?
How do I turn off WordPress 404s and get the regular 404 Not Found page?
Edit /wp-content/themes/your-theme/404.php.
Make this the contents:
<?php require('/full/path/to/your/regular/404/file.php'); ?>
This topic has been closed to new replies.