Reverse proxy to magento store #3426
Replies: 6 comments 5 replies
-
This seems to get me quite far, except with logging in, then it goes back to original domain
|
Beta Was this translation helpful? Give feedback.
-
Yes I had indeed issues with the cookies and my testing frontend did not have ssl enabled, so the cookies were not even set in the browser, ended up using this.
I thought the ProxyPassReverseCookieDomain would be enough but somehow I still need Header edit Set-Cookie |
Beta Was this translation helpful? Give feedback.
-
I have more or less working config with a reverse proxy. I can log in, I have a cart. The one page checkout lists my address. Only the last button "place order" keeps loading.
Maybe it would be good in newer releases to code this in such a way it would be compatible with reverse proxies that change host names. |
Beta Was this translation helpful? Give feedback.
-
If I print the url from js/prototype/prototype.js to the console, and continue through the one page checkout, I am getting these results. First the correct urls (external) are being used.
But the payment is going to the wrong unchanged original url
|
Beta Was this translation helpful? Give feedback.
-
Why not create a new store and set the base URLs to http://www.test.com/shop? |
Beta Was this translation helpful? Give feedback.
-
this url is url is generating a json response which is not being processed by ProxyHTMLURLMap /en_gb/checkout/onepage/savePayment/ This can be fixed by using the apache filter module
|
Beta Was this translation helpful? Give feedback.
-
I have a magento store on shop.example.com and I would like to publish it on www.test.com/shop. With apache proxypass I able to get the home page. But magento seems to put full urls everywhere
Is it possible to put Magento in a relative url mode?
Beta Was this translation helpful? Give feedback.
All reactions