0

One of my site has 20 broken links showing in the webmaster tools. The problem is I have changed the design of the website and updated all the content after changing the design and the url's also got changed. In the webmaster tools it is showing the broken links of the old url's before I have redesigned the website. My question is do I need to redirect all those broken links to home page ?

1
  • by using .htaccess file you can achieve your goal. Commented Jun 29, 2016 at 6:11

1 Answer 1

3

Try ErrorDocument in your .htaccess for redirect.

ErrorDocument 404 /index.php
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.