Hello MageComp Readers👋,

In this tutorial, I will help you to Redirect 404 Page🚫 Found To Search Page🔎 that is a continuation of the blog How to Create Custom 404 Page in Magento 2 illustrated by my friend Gaurav Jain. Let’s Get Started🚀

Introduction:

Basically, when any route is not found then by default Magento redirects to the 404 pages. But as we know the characteristics of Magento it allows customization and Magento 2 merchants can add their custom noRoute handler. Like the 404 pages as a no-route page, you can redirect it to a search page.

Steps to Redirect 404🚫 Page Found To Search Page🔎:

Step 1: Firstly, you will require to add di.xml in the below-given path:

app\code\Vendor\Extension\etc\frontend\di.xml

Step 2: After that, you will require to add the NoRouteHandler.php file in the below-given path:

app\code\Vendor\Extension\App\Router\NoRouteHandler.php

That’s It you have successfully  Redirected 404 Page Found To Search Page for your Magento 2 store.

Conclusion:

Hopefully, all are able to Redirect 404 Page Found To Search Page for your Magento 2 store using the above-given solution. In case of any casualties let me know in the comment section. Make your Magento 2 store advanced with a 404 notifier that notifies you whenever any user reaches to 404 pages not found. 

Don’t forget to share the article with your Magento Friends.

Till then Stay Safe and Keep Developing.

Happy Configuring😊.

Click to rate this post!
[Total: 8 Average: 4.1]