We are migrating our old site on prem to a new one hosted on Azure but we need to maintain the old site online. So imagine the following scenario: new site: www.site.com old site: www.oldsite.com
This is what we need: if a user enter www.site.com/somepath and "/somepath" doesn't exist (url not found), it must be redirected to the onprem www.oldsite.com/somepath
Is it possible? How to write the Azure application gateway rule for url not found?
Thank you in advance, Marco