将 HTML 登陆页面集成到 Hybris 或重定向 URL 到另一台服务器
Integrate HTML landing page to Hybris or redirect URL to another server
我有一个客户,其网站 online.xxxxx.com 使用 Hybris/java 托管在 Tomcat 服务器上,我需要添加精心设计的着陆页,其中包含有关 Adwords 广告系列的信息,原创开发者(跨国)说“这是不可能的”。
该网站是用 Hybris/java 完成的,托管在 Tomcat 服务器上,我们只能访问域。我想过几个解决方案:
- 有URL喜欢https://online.xxxxxx.com/landings/在另一个服务器,但我认为这是不可能的99%。
- 在 Hybris 或 Tomcat 中创建一个文件夹,我们可以在其中添加 HTML 文件,开发人员不想帮助我们。
我们唯一需要做的就是将着陆页添加到子域。如果有任何帮助,我将不胜感激。
这两种方式都是 100% 可能的。
1) 您可以使用任何反向 proxy/web 服务器 (Apache, Nginx, etc.) to redirect /landings
request to the different server internally so that the end-user does not aware of this redirection. You can find a plethora of examples on the internet. If you are not aware of reverse proxy, refer what is a reverse proxy?
2) 您可以使用 Hybris WCMS 设计相同的页面,可以用您想要的方式打开 URL /landings
.
我有一个客户,其网站 online.xxxxx.com 使用 Hybris/java 托管在 Tomcat 服务器上,我需要添加精心设计的着陆页,其中包含有关 Adwords 广告系列的信息,原创开发者(跨国)说“这是不可能的”。
该网站是用 Hybris/java 完成的,托管在 Tomcat 服务器上,我们只能访问域。我想过几个解决方案:
- 有URL喜欢https://online.xxxxxx.com/landings/在另一个服务器,但我认为这是不可能的99%。
- 在 Hybris 或 Tomcat 中创建一个文件夹,我们可以在其中添加 HTML 文件,开发人员不想帮助我们。
我们唯一需要做的就是将着陆页添加到子域。如果有任何帮助,我将不胜感激。
这两种方式都是 100% 可能的。
1) 您可以使用任何反向 proxy/web 服务器 (Apache, Nginx, etc.) to redirect /landings
request to the different server internally so that the end-user does not aware of this redirection. You can find a plethora of examples on the internet. If you are not aware of reverse proxy, refer what is a reverse proxy?
2) 您可以使用 Hybris WCMS 设计相同的页面,可以用您想要的方式打开 URL /landings
.