diff --git a/front/dist/.htaccess b/front/dist/.htaccess index cc97cd5a..72c4d724 100644 --- a/front/dist/.htaccess +++ b/front/dist/.htaccess @@ -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]