Originally, I have a website written by asp.net www.abc.com and have many landing page called landing1.aspx landing2.aspx and etc.
We recently re-build the website written in mvc and now we want to fix the redirect.
assume someone search our webpage on google.com and have www.abc.com/landing1.aspx and landing2.aspx and etc.
how can we take all of the aspx webpages and redirect back to our domain www.abc.com?
Thanks,
Do you know how to add a condition just like if the webpage name is default and webpage extension is aspx
redirect to www.abc.com/blog/ ?
Thanks