swarooppatilx / scruter

Scruter is a local classifieds and community site designed to bring people together for buying, selling, and exchanging goods and services.
https://scruter.vercel.app
GNU General Public License v3.0
28 stars 135 forks source link

💡: Implement Auto Redirect to Home Page for Invalid URLs #491

Closed RachitSahu26 closed 1 week ago

RachitSahu26 commented 2 weeks ago

When a user navigates to an invalid URL on the site, they should be automatically redirected to a specified fallback page, such as the homepage or a custom "404 - Page Not Found" page. This will improve the user experience by preventing users from encountering dead ends. @swarooppatilx i would like to work on it

swarooppatilx commented 2 weeks ago

@RachitSahu26 404 pages, and other error pages are part of web specification we cannot just rediect to home page when a page doesnt exist or if URL is invalid, instead you can a link "Go to Home Page" to the 404 page