Apache htaccess redirection

This commit is contained in:
2018-08-04 21:12:20 +00:00
parent 4039a74fd7
commit 502121b536

4
public/.htaccess Normal file
View File

@@ -0,0 +1,4 @@
Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.html [QSA,L]