Fixing rewriterule with @ in prod

This commit is contained in:
David Négrier 2020-10-14 13:29:16 +02:00
parent d32022320e
commit b7340022de

View file

@ -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]