Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter NachoMan42

    (@nachoman42)

    I was able to get it working. I needed to preserve the host information in the request header when going through the proxy. On IIS I had to run the following command:

    c:\windows\System32\inetsrv\appcmd.exe set config -section:system.webServer/proxy /preserveHostHeader:"True" /commit:apphost

    When performing the URL rewrite, the header is preserved. For whatever reason this wasn’t required for the single site install, but was needed for multisite.

    Thread Starter NachoMan42

    (@nachoman42)

    Note that if you are using apache for your reverse proxy, there is a directive , ProxyPreserveHost, that does the same thing.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multisite behind reverse proxy: too many redirects’ is closed to new replies.