Created
April 17, 2022 19:11
-
-
Save jagomf/8aa8c3d1e3341047524f7359c81c32d4 to your computer and use it in GitHub Desktop.
Set up apple-app-site-association file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Located in /.well-known directory, next to a apple-app-site-association.json file | |
RewriteEngine On | |
RewriteBase /.well-known/ | |
RewriteRule ^apple-app-site-association$ apple-app-site-association.json [NC,L] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment