You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 20, 2024. It is now read-only.
For a site using the reverse proxy
RewriteRule http://www.example.com/proxysite(.*) http://examplesite.reallocation.com$1 [P]
When the html contains /path/tolocation it will result in a 404 because it instead points to http://www.example.com/path/tolocation instead of http://www.example.com/proxysite/path/tolocation
Any other creative ways to deal with this type of setup without having to modify the html?