Skip to content

Commit cbb79dd

Browse files
authored
Create .htacess
1 parent 22122b1 commit cbb79dd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.htacess

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)