Skip to content

Commit

Permalink
redirect next to root
Browse files Browse the repository at this point in the history
  • Loading branch information
pissang committed Jan 22, 2021
1 parent 3bb1b79 commit e82a0fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ RewriteCond "%{HTTP:Accept-Language}" ^en [NC]
RewriteRule ^/?(index[.]html)?$ "/en/index.html" [L,R=301]

RewriteRule ^/?(index[.]html)?$ "/en/index.html" [L,R=301]

RewriteRule ^/?next\/?(.*) "/$1" [L,R=301]

0 comments on commit e82a0fd

Please sign in to comment.