### What problem does this feature solve? For HTML5 History Mode, there are some example server-configurations in the documentation. See https://github.com/vuejs/vue-router/blob/dev/docs/en/essentials/history-mode.md#apache I think the apache-example could be simplified by using https://httpd.apache.org/docs/2.4/mod/mod_dir.html#fallbackresource instead of `mod_rewrite`? ### What does the proposed API look like? ``` FallbackResource /index.html ``` <!-- generated by vue-issues. DO NOT REMOVE -->