From a2123c092c394466fc03776011f9dd62bfc3f4bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Wed, 13 May 2020 09:29:18 +0200 Subject: [PATCH] Fixing htaccess redirect --- front/dist/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/dist/.htaccess b/front/dist/.htaccess index eb3c6a48..53979e53 100644 --- a/front/dist/.htaccess +++ b/front/dist/.htaccess @@ -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.ts" [L] +RewriteRule "^_/" "/index.html" [L]