We have implemented SiteMap and URL-ALIAS for page links.
When user is entering wrong url it's getting redirect to home page.
User hit worng URL "http://www.xyz.com/contact-us-123456"
instaed of "http://www.xyz.com/contact-us"
page will get redirect to home page with response code 200, instead of 404.
We would like to redirect wrong url alias to 404 error. Pls, suggest for same.