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]