content management system - How to change URL in case of 404 page in Magento -
when enter not found url then, redirecting 404 page.
but need url should changed 404notfound page.
so in case if 404, url should www.mysite.com/404notfound.
please suggest me.
i tried create new 404 cms page , assign noroute. still url not change.
i tried change cms 404 page route, getting magento error error code.
this should handled @ .htaccess
level following line:
errordocument 404 /404notfound
Comments
Post a Comment