We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22122b1 commit cbb79ddCopy full SHA for cbb79dd
.htacess
@@ -0,0 +1,10 @@
1
+RewriteEngine on
2
+
3
+RewriteCond %{REQUEST_FILENAME} !-f
4
+RewriteCond %{REQUEST_FILENAME} !-d
5
6
+RewriteRule ^(.*)$ index.php/$1 [L]
7
8
+<Files "apple-app-site-association">
9
+ForceType 'application/json'
10
+</Files>
0 commit comments