Hey !
Is there a way to init the same store under different URL?
Smht like reverse-proxy when base_store_url is replaced by URL from a header (e.g. x-forwarded-for) and how safe that approach would be?
I tried it, and it's possible to make some pages work. But the problem in URL configuration that is fetched from DB, so links on pages will not work, and they will lead to the original BASE_URL.