I have a client with a website online.xxxxx.com build with Hybris/java hosted in a Tomcat server and I need to add well-designed landing pages with information about Adwords campaign, the original developers (multinational) says "it's impossible'.
The website is done with Hybris/java and hosted in Tomcat server, we only can access to the domain. I have thought in a couple of solutions:
The only thing we need to do is to add landing pages to subdomain. I would appreciate any help, thanks.
It's 100% possible in both ways.
1) You can use any reverse proxy/web server (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) You can design the same page using Hybris WCMS that can be opened with your desired URL /landings
.