my question is how to redirect any non existent link on my website back to the home page. For example; imagine i have a page called “pets” on my site (http://mywebsite.com/pets) if a user types in http://mywebsite.com/petsd by accident, I want the user to be redirected to the home page. Anyone know how this can be done? Thanks.
Share
Set
ErrorDocument 404 /index.htmlin your .htaccess file