みてるぞ 2 weeks ago
parent
commit
da31fe93c4
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      frontend/public/.htaccess

+ 9
- 0
frontend/public/.htaccess View File

@@ -0,0 +1,9 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_URI} !^/api
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ /index.html [L]
</IfModule>

Loading…
Cancel
Save