Fixing rewriterule with register link in prod
This commit is contained in:
parent
b7340022de
commit
807ccc49d4
1 changed files with 1 additions and 0 deletions
1
front/dist/.htaccess
vendored
1
front/dist/.htaccess
vendored
|
@ -21,3 +21,4 @@ RewriteBase /
|
||||||
# Rewrite all other queries starting with _ to index.ts.
|
# Rewrite all other queries starting with _ to index.ts.
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteRule "^[_@]/" "/index.html" [L]
|
RewriteRule "^[_@]/" "/index.html" [L]
|
||||||
|
RewriteRule "^register/" "/index.html" [L]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue