I've got a problem using ProxyPass and ProxyPassReverse. Read already a lot of things, but can't get my head around things.
We need to make a connection between our webserver and an application using the server location. Connecting to the webserver through webbrowser, there isn't any problem.
- Using domain.com in a webbrowser redirects to domain.com/path/index.html . This is correct and impossible to change.
- Using domain.com in the app gives an error, because server location is not found. This happens because the server is located at the url domain.com/path/
I am trying to figure out how to change the configuration on my webserver using Virtualhosts and ProxyPass and ProxyPassReverse, because I guess that's the best way to change the url. I don't want to manually put domain.com/path/ into my app, because it affects many users ... Not really into asking all of them to change the URL ...