Fix „Error too many redirects“ in DDEV (Apache / htaccess)
Some web projects have a rewrite rule from HTTP to HTTPs in their .htaccess (for Apache): If you try to open this in DDEV, it will result in Error too many redirects" because %{HTTPS} will always return off" in DDEV containers (not sure exactly why, but something technical with reverse proxy behavior). There is a …
Weiterlesen →