Fixing rewriterule with register link in prod

This commit is contained in:
David Négrier 2020-10-14 13:52:02 +02:00
parent b7340022de
commit 807ccc49d4
1 changed files with 1 additions and 0 deletions

View File

@ -21,3 +21,4 @@ RewriteBase /
# Rewrite all other queries starting with _ to index.ts.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule "^[_@]/" "/index.html" [L]
RewriteRule "^register/" "/index.html" [L]