Hi there,
I'm looking for a way to have vanity urls for my apex apps within a single domain. I'm looking to see if the following is possible:
I would like to have each of my apex apps point to their corresponding subdomain and apex tools in its own subdomain. For example:
- App1 => app1.domain.com (without ords/apex dev tools access)
- App2 => app2.domain.com (without ords/apex dev tools access)
- ORDS/Apex Dev => apex.domain.com (to work on apps)
I'm getting close to finishing this set up but I've been running into issues. Currently app1.domain.com (and same for app2) take me directly to ORDS landing page. Not to the specific app. I would like it to go directly to the corresponding app that is user facing.
From my research it looks like this might be attainable by configuring my load balancer to have listeners and some rules.
I currently have a listener with port 443 with the app hostnames attached to it and rule to block developer tools.
I also have a listener with port 4443 attached to the apex hostname so I can access the tools.
My issue is that any app subdomain redirects me always to ORDS landing. Is this configurable via Oracle? Does anybody run a similar setup?