Skip to content

Commit 442a922

Browse files
committed
/language now redirects to language.html
This is for issue #1461
1 parent 851cbb9 commit 442a922

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

html/.htaccess

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ RewriteRule ^(/?routine/.*/[^/]*?)%5E([^/%5E]*)$ $1\$CIRCUMFLEX_ACCE
2424

2525
RewriteRule ^type/(.*?)\$REVERSE_SOLIDUS(.*) /type/$1%5c$2 [N]
2626

27+
Redirect 301 /language https://docs.perl6.org/language.html
28+
Redirect 301 /language/ https://docs.perl6.org/language.html
2729
Redirect 301 /language/5to6 https://docs.perl6.org/language/5to6-nutshell
2830
Redirect 301 /examples http://examples.perl6.org/
2931
Redirect 301 /examples.html http://examples.perl6.org/

0 commit comments

Comments
 (0)