Details
My issue in more detail
In my current project, we are having below two applications which are interconnected.
1. Customer website: This is a public facing website which created using classic HTML/CSS/Javascript and hosted on different web server ((outside of Outsystems platform).
2. Outsystems Reactive Application: Created using Outsystems 11 platform and hosted on outsystems cloud.
So as stated above that these applications are interconnected and we have provided the link to access Outsystems Reactive web application from public facing website (Customer website), so that end users can click the link and redirected to the Outsystems application.
Once user clicked on the link of Outsystems reactive application (Given in the Public facing website), it is redirected to the Outsystems application hosted on Outsystems cloud infrastructure and in this process the URL shown in browser has changed from website domain URL to Outsystems domain URL.
Example: website URL - Https://www.AbcInsurance.com.au/index
after clicking on the outsystems Link the URL will be like something:
https://maplc-dev.outsystemsenterprise.com/AbcInsurance/CustomerclaimForm.
We want to customize this Outsystems reactive web application URL to look similar as Public facing Website (i.e. domain name should we "AbcInsurance.com.au" instead of "maplc-dev.outsystemsenterprise.com/ ")
would anyone of youOutsystems please help us to know if this is possible in Outsystems, and if yes then how we can achieve it.
Hello @Ajay Shrivastava ,
Please take a look at SEO-friendly URLs. Documentation:
https://success.outsystems.com/documentation/11/developing_an_application/search_engine_optimization_for_your_outsystems_apps/seo_for_outsystems_reactive_web_apps_vs_traditional_web_apps/seo_friendly_urls_for_reactive_web_apps/
Regards,
Pedro.
Mapping AbcInsurance.com.au to maplc-dev.outsystemsenterprise.com involves a few steps:
1. DNS Mapping: Adjust the DNS settings for AbcInsurance.com.au by either creating an A record or a CNAME record. This will point to either the IP address or hostname of maplc-dev.outsystemsenterprise.com.
2. SSL Certificate: Obtain an SSL certificate and upload it to the OutSystems server via LifeTime for secure connections.
Additional information on this procedure can be found in the provided documentation.
It's important to note that executing these steps will primarily involve your IT team. Please note that these instructions are for OutSystems hosted on OutSystems cloud.