Closed pomartel closed 6 years ago
When a rewrite rule changes the host, the PATH_INFO should not include the host.
I am not so sure if my regexp catches all the possible scenarios.
I am not well versed with regexp but you can play with the one I came up with here to see if it catches all scenarios: http://rubular.com/r/G0jnQnoosG
When a rewrite rule changes the host, the PATH_INFO should not include the host.
I am not so sure if my regexp catches all the possible scenarios.