I am trying to redirect 404 page to home page in magento 1.9.
From admin config->web I can set in 'cms no page' to 'Home Page' option and it is redirecting properly.
Like, 'www.example.com/abcv' which is 404 page, this redirecting to home page but in browser url is not changing.
I have tried .htaccess to ,
ErrorDocument 404 /index.php
but its not working,
ANy suggestion would be great.