Merge branch 'master' of https://git.sitenevis.com/Danovin/application
commit
ad888d0a38
1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||||||
|
RewriteEngine On |
||||||
|
RewriteBase / |
||||||
|
RewriteRule ^index\.html$ - [L] |
||||||
|
RewriteCond %{REQUEST_FILENAME} !-f |
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d |
||||||
|
RewriteRule . /index.html [L] |
Loading…
Reference in new issue