europaphp / skeleton

A feather-weight, extremely-fast, diverse, scalable and productive PHP 5.4 View Controller framework.
17 stars 9 forks source link

Please allow Url helper to find the port of the client accessing the page. #78

Closed oodgaard closed 11 years ago

oodgaard commented 12 years ago

Currently the Uri helper only uses the server's configured port as the port part of a request. If you are accessing the site via a port redirect via a firewall as so: internet:8080 -> fw -> server:80 , then port 80 is selected and the redirect will time out.