From 5c916c929d41c0d7e7521b18b8269c8b5320e638 Mon Sep 17 00:00:00 2001 From: cghislai Date: Mon, 15 Feb 2021 03:00:59 +0100 Subject: [PATCH] Fix --- docker/httpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/httpd.conf b/docker/httpd.conf index 2b2b65e..d07831d 100644 --- a/docker/httpd.conf +++ b/docker/httpd.conf @@ -20,7 +20,7 @@ DocumentRoot /var/www/ RewriteRule ^ /fr/index.html [L] # If the requested resource doesn't exist, use index.html - RewriteRule ^ /fr/ [L, R] + RewriteRule ^ /fr/ [L,R]