This knowledge article is primarily focused on redirecting from the customers DNS to webMOBI so the event website opens up by masking webMOBI URL.
Example:
https://website.webmobi.com/demolink
Here, https - protocol
website - cname
webmobi.com - Domain Name
Demolink - AppUrl or structure.
Event website has the URL as below which has to be redirected to website.webmobi.com/eventname
Example URL is www.eventwebsite.com/demolink
In .htaccess file redirect demolink to http://demolink.eventwebsite.com/
RewriteEngine On
RewriteRule ^demolink/?$ http://demolink.eventwebsite.com/
Open the DNS server and set CNAME from demolink to website.webmobi.com