hey,
we would like to use a SSL certificate for our own custom domain with wild card option for example - *.apps.ourdomain.com , the purpose is to use a single certificate for multiple apps we going to develop and every app will has it's own URL (app1.apps.ourdomain.com, app2.apps.ourdomain.com) that will be a part of our custom domain that ends with apps.ourdomain.com
the question is , how we can redirect end users that will be using one of our react apps for example (app1.apps.ourdomain.com) to a specific app in our environment?
how can we actually connect the URL address of - "app1.apps.ourdomain.com" to a specific react app (a screen for example that is a part from a react app) that is a part of OutSystems environment?
thanks!
Hi Eli,
For that, you can use SEO Site Rules.
Going through Service Center, you navigate to Administration - SEO Rules, like on the image below:
And then you can add a New Site Rule, and define the URL (in your case, app1.apps.ourdomain.com) and select the Root Application as the application you want the browser to navigate for the given URL.
Kind Regards,João