Redirect to /en by default
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
c06d58844a
commit
dad16b6b8f
1 changed files with 4 additions and 0 deletions
|
@ -7,3 +7,7 @@ FileETag MTime Size
|
|||
|
||||
ExpiresActive On
|
||||
ExpiresDefault "access plus 30 minutes"
|
||||
|
||||
RewriteEngine On
|
||||
Rewrite "/$" "/en/" [R]
|
||||
Rewrite "/index.html$" "/en/" [R]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue