Difference between revisions of "ChatRoom URL redirect"

From Ethora iOS & Android ERC-20 & NFT tokenized community platform
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 15:59, 10 September 2021

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]