ChatRoom URL redirect

From Ethora iOS & Android ERC-20 & NFT tokenized community platform
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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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]