nirenjan Posted October 14, 2005 Posted October 14, 2005 Hi, I've installed WordPress on my account and would like to redirect all 404 errors to the custom 404 page template which WordPress provides. Can somebody guide me as to how to do this? Quote
TCH-Thomas Posted October 14, 2005 Posted October 14, 2005 I am not sure if this works since I have not tried it myself but you can try to add the following to your htaccess file: ErrorDocument 404 http://tchhosteddomain.com/wordpress/404.php Note: change above to your correct path. Quote
TweezerMan Posted October 15, 2005 Posted October 15, 2005 Assuming the error page is on the same domain as the web site, you really shouldn't use a full URL that includes the domain name (see here for details): >ErrorDocument 404 /wordpress/404.php Quote
TCH-Thomas Posted October 15, 2005 Posted October 15, 2005 Thanks David. Note to self: Memorize Davids reply. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.