The absolute url jump like "/favorites" failed under reverse proxy.
With an apache reverse proxy, I map the "127.0.0.1:2283" to "mywebsite.com/ablum". So I successed to view my photos from "mywebsite.com/ablum/photos".
However, when I clicks any buttons, e.g. "favorites", the jump with absolute url "/favorites" would direct me to "mywebsite.com/favorites", rather than the correct "mywebsite.com/ablum/favorites".
Anybody can give me some advices?
( I cannot to map the port to root or use third-level domain. It is not my private domian.)
2 Replies