Hello,
I noticed today that my vanity URLs do not work as I expected. I'm working with webcenter sites 12c patch1. They've worked once, but I've made many things since then (patch 1 on 12c, rewrited my code to use groovy controllers instead of tags, ...).
Here is what I'd like to achieve :
- Generate and use URLs starting by http://localhost:7003/sites/bdl on my development environment
- Generate and use URLs starting by https://demotest on my test environment
- Generate and use URLs starting by https://www.xyz.com on my production environment
So I defined a webroot called bdl on the servers and configured the sites.environment variable to be the same as the considered webroot.
The load balancer before my servers add /sites/bdl on each request and the forward to webcenter sites the request. On my development environment I don't have a load balancer so I need to use http://localhost:7003/sites/bdl
URLs are generated as expected on my development environment. They also work
But on my test and production environment the url is well generated but the page is not displayed. If I change to https://www.xyz.com/sites/bdl the webroot then it works but it is not the URL that I want to have.
What do I miss ?