How to rewrite a URL while keeping POST data?
问题 I'm using Apache and its proxy settings to serve a web page over HTTPS (more detail here: click). In the previous question, I was struggling with why the POST data was disappearing between my browser and my server. Now I know that it was caused by using Apache's RewriteRule . So I tried working around that with proxies, but this resulted in the web page sending out all other requests on the main domain, instead of the sub domain it's at. For example: My main web page is at myUrl.com