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/pet
Set ErrorDocument 404 /index.html in your .htaccess file
ErrorDocument 404 /index.html