Not sure if this a bug or a feature, but I had the following problem with an Android cell phone:
It seems to transmit http://example.com:80 in $_SERVER['HTTP_HOST'] instead of http://example.com, which means that the request is redirected to the default-domain.

Comments

agentrickard’s picture

Category: bug » support

Interesting. You should be able to setup an alias using Domain Alias to overcome this issue. Just map the port to the normal domain and tell it not to issue a redirect.

I would call that an Android bug, not a DA bug, since DA deliberately recognizes ports as distinct domains.

agentrickard’s picture

Status: Active » Closed (works as designed)