Fixing rewriterule with @ in prod
This commit is contained in:
parent
d32022320e
commit
b7340022de
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.html" [L]
|
||||
RewriteRule "^[_@]/" "/index.html" [L]
|
||||
|
Loading…
Reference in New Issue
Block a user