Apache vue 404

.htaccess

RewriteEngine On RewriteBase / RewriteRule ^index\.html$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.html [L]

如有疑问欢迎留言沟通交流 彦桢博客

原文地址:https://www.cnblogs.com/yanzhen/p/15668884.html