Skip to content

Commit ddf16ae

Browse files
committed
Add htaccess file
1 parent c35a83b commit ddf16ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

public/.htaccess

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
RewriteBase /
2+
RewriteRule ^index\.html$ - [L]
3+
RewriteCond %{REQUEST_FILENAME} !-f
4+
RewriteCond %{REQUEST_FILENAME} !-d
5+
RewriteRule . /index.html [L]

0 commit comments

Comments
 (0)