Just ran into a particularly strange issue: some urls without trailing slashes aren't being redirected properly. An example:
http://jkhub.org/area51/ works fine
http://jkhub.org/area51 redirects to http://jkhub.org:7080/area51/ before deciding that's unreachable because of the port being added
However, http://jkhub.org/area51/forum/5-introductions redirects to http://jkhub.org/area51/forum/5-introductions/ fine...
http://gunslingersacademy.com/forum/ works fine. http://gunslingersacademy.com/forum tries to redirect to http://gunslingersacademy.com:7080/forum/ and fails horribly
http://caelish.com/dev/ works fine. http://caelish.com/dev tries to redirect to http://caelish.com:7080/dev/ and fails horribly
You see the trend.
Suggests?
http://jkhub.org/area51/ works fine
http://jkhub.org/area51 redirects to http://jkhub.org:7080/area51/ before deciding that's unreachable because of the port being added
However, http://jkhub.org/area51/forum/5-introductions redirects to http://jkhub.org/area51/forum/5-introductions/ fine...
http://gunslingersacademy.com/forum/ works fine. http://gunslingersacademy.com/forum tries to redirect to http://gunslingersacademy.com:7080/forum/ and fails horribly
http://caelish.com/dev/ works fine. http://caelish.com/dev tries to redirect to http://caelish.com:7080/dev/ and fails horribly
You see the trend.
Suggests?