This commit is contained in:
cghislai 2021-02-15 03:00:59 +01:00
parent f27c9a6b20
commit 5c916c929d

View File

@ -20,7 +20,7 @@ DocumentRoot /var/www/
RewriteRule ^ /fr/index.html [L] RewriteRule ^ /fr/index.html [L]
# If the requested resource doesn't exist, use index.html # If the requested resource doesn't exist, use index.html
RewriteRule ^ /fr/ [L, R] RewriteRule ^ /fr/ [L,R]
</Directory> </Directory>