Forum Discussion

Epime's avatar
Epime
Copper Contributor
Feb 14, 2022

Azure Application Gateway - Rewrite Links returned

I'm attempting to use Application Gateway to serve a language for a webpage on a separate domain.

 

The setup is as follows: domain.com is running the entire site, default language is english domain.com/de serves german versions of the pages

What I'd like to do is use domain.de to serve the german pages.

Setting the override backend path (/de/) works perfectly in order to serve the pages, but inside the page there's a lot of links that turns into domain.de/de/pageTitle. I'd like to remove /de/ from theese links, but can't seem to figure out how.

 

Anyone that can point me in the correct direction?

2 Replies

  • Jan Bakker's avatar
    Jan Bakker
    Iron Contributor
    Try this:

    https://docs.microsoft.com/en-us/azure/active-directory/app-proxy/application-proxy-configure-hard-coded-link-translation
    • Epime's avatar
      Epime
      Copper Contributor

      Jan Bakker Yes, trying to get Application Gateway to work much in the same way Azure AD Application Proxy is. So far not having much luck 😞

Resources