Fix
This commit is contained in:
parent
5c916c929d
commit
017b39b778
|
@ -13,10 +13,10 @@ DocumentRoot /var/www/
|
||||||
RewriteRule ^ - [L]
|
RewriteRule ^ - [L]
|
||||||
|
|
||||||
# If for an existing subpath, redirect to index
|
# If for an existing subpath, redirect to index
|
||||||
RewriteCond %{REQUEST_URI} "=^/en/.*"
|
RewriteCond %{REQUEST_URI} "^/en/"
|
||||||
RewriteRule ^ /en/index.html [L]
|
RewriteRule ^ /en/index.html [L]
|
||||||
|
|
||||||
RewriteCond %{REQUEST_URI} "=^/fr/.*"
|
RewriteCond %{REQUEST_URI} "^/fr/"
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user