Fixing htaccess redirect
This commit is contained in:
parent
faadacddb6
commit
a2123c092c
1 changed files with 1 additions and 1 deletions
2
front/dist/.htaccess
vendored
2
front/dist/.htaccess
vendored
|
@ -20,4 +20,4 @@ RewriteBase /
|
|||
# We only want to let Apache serve files and not directories.
|
||||
# Rewrite all other queries starting with _ to index.ts.
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule "^_/" "/index.ts" [L]
|
||||
RewriteRule "^_/" "/index.html" [L]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue