8

How can I redirect 404 pages to Home Page in Magento? What files need to be modified?

Thanks,

Lane

Lane
  • 113
  • 1
  • 1
  • 5

1 Answers1

13

Login to the admin, go to System > Configuration > Web and change the drop-down value for CMS No Route Page in the Default Pages section. You should be able to select your CMS Home Page.

Rafael Corrêa Gomes
  • 1,751
  • 1
  • 22
  • 31
Jonathan Day
  • 18,519
  • 10
  • 84
  • 137
  • That was a simple solution! Thanks – Lane Feb 21 '11 at 23:03
  • 12
    Its important to note that this will still return a 404 status code. So if you're trying to 301 redirect 404's for the sake of google or another search engine then this isn't the solution. – Lucas Scholten Feb 13 '13 at 13:24
  • 2
    Also important to note that this will simply render the CMS Home Page. It will not actually cause Magneto to redirect to "base.url/". – Ariel Allon Feb 12 '14 at 18:02