I have a domain name which "invisibly" redirects to my private server.
I have 2 issues with it:
The big one is that que URL parameters like
?foo=bar&abc=xyzare not passed along. They appear in the adresse bar which looks likehttp://mydomain.com/?foo=bar&abc=xyzbut my web application does not get them. The problem is not from my application itself because if dohttp://xx.xx.xx.xx/mycontext/?foo=bar&abc=xyzit works fine.The small one is that only the domain name is shown, the path (like index.xhtml), does not appear.
Is it some Apache configuration problem?
Should I use a "visible" domain redirection instead? But then how can I display my domain name in the adress bar?