WP's installed in root; I need to disable WP's 404 for a custom 404 set in /root/404. How do I do that?
WP's installed in root; I need to disable WP's 404 for a custom 404 set in /root/404. How do I do that?
You could try to add this to your .htaccess file:
ErrorDocument 404 /404dir/my404.php
(just add the path to your 404 file on the server)
This topic has been closed to new replies.