Sitemap HELP!

ohaider

Senior Member
Joined
Jul 28, 2011
Messages
819
Reaction score
428
Is there any possible way that there is a program or plugin that will source out the 404'd pages? I just recently bought a site for cheap to convert from an autoblog and I know it will have a ton of 404'd pages. Do I have to do this manually or is there something to ease the process?
 
this plugin will Notifi you when you have 404d pages
http://wordpress.org/extend/plugins/404-notifier/

This will work if your site is wordpress site........otherwise it will not work very efficiently.
 
xenu link sleuth is amazing at finding broken links and such stuff
 
To redirect 404 to the page you need,

Backup your Htaccess, then add this line to the file.

Errodocument 404 http://yourhomepage.com

This is the htaccess way, and hence works on all websites, no matter what scripts they run.
 
Back
Top