ChatRoom URL redirect
Revision as of 15:59, 10 September 2021 by Taras.filatov (talk | contribs) (Created page with "For QR code and link sharing capabilities, Ethora engine short links redirect. Ethora app can also be linked directly if it's installed on the device, but web redirect is pre...")
For QR code and link sharing capabilities, Ethora engine short links redirect.
Ethora app can also be linked directly if it's installed on the device, but web redirect is preferable as it covers more compatibility scenarios.
The default domain name and URLs used for redirects is:
eto.li/go/<roomID>
You may also specify your own redirection prefix in the Config.
You can create your own redirect at your own domain by using .htaccess redirection method, for example, like this:
RewriteEngine on RewriteRule ^(.\*)$ <APP_NAME>://chat/$1 [L,R=301]