Added default .htaccess
This commit is contained in:
parent
a305ad60f4
commit
781758f0a5
11
public/.htaccess
Normal file
11
public/.htaccess
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<IfModule mod_rewrite.c>
|
||||||
|
|
||||||
|
RewriteEngine On
|
||||||
|
RewriteBase /
|
||||||
|
RewriteRule ^index\.html$ - [L]
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-l
|
||||||
|
RewriteRule . /index.html [L]
|
||||||
|
|
||||||
|
</IfModule>
|
||||||
Reference in New Issue
Block a user