From 807ccc49d4a86aa2003edeed7d5f9f3185c2ed23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Wed, 14 Oct 2020 13:52:02 +0200 Subject: [PATCH] Fixing rewriterule with register link in prod --- front/dist/.htaccess | 1 + 1 file changed, 1 insertion(+) 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]