PDA

View Full Version : How to Redirect 404 Pages in Wordpress



jewelraz
09-17-2015, 05:06 AM
Hello Everyone,

I have written a new blog post. In that post I have described how to redirect a page or pages in WordPress, how to redirect 404 pages in WordPress, how to redirect home page/index page in WordPress, how to redirect login page in WordPress and how to redirect page to category in WordPress. If you have a wordpress website and you are wondering how to redirect a page in wordpress then please read this blog post:

http://www.seo-service-provider.org/blog/wordpress/how-to-redirect-a-page-in-wordpress/

It will surely help you! If you have any problem or query please let me know.

jane1
09-17-2015, 06:04 AM
Nice information share about using redirection in word press sites. Thanks for sharing it here.

edwina
09-18-2015, 03:22 AM
Nice information.

jewelraz
10-15-2015, 09:54 AM
Nice information share about using redirection in word press sites. Thanks for sharing it here.
Thanks for the appreciation! Hope you like it!


Nice information.
Glad that you like the information!

dennis123
10-21-2015, 01:37 AM
1) In WordPress admin area, head up to “Appearence” & click on “Editor”
2) On the right hand site, click on file “404.php”. File description is “404 Template”.
3) If the file does not exist, create one. If it does replace it with the following code & click save.

<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: ".get_bloginfo('url')."YOURPAGEURL");
exit();
?>

raheel
10-21-2015, 01:59 AM
Nice information.

rajivdevkk
10-21-2015, 02:12 AM
Very nice you have give on the page regarding Redirect (404) pages information. I really don't know how to redirect 404 pages in wordpress.

picnic spots in delhi (http://www.arounddelhi.net/?page_id=203) | day outing in gurgaon (http://www.conventionindia.in/Daysout.aspx)

sarveshseair
10-29-2015, 08:54 AM
WordPress typically redirects broken links and calls to missing pages or posts to a special 404 error page (i.e. 404.php) which displays an error message stating that the requested page could not be found. This 404 error page will often list a number of links to important pages on the blog as well.