We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851cbb9 commit 442a922Copy full SHA for 442a922
html/.htaccess
@@ -24,6 +24,8 @@ RewriteRule ^(/?routine/.*/[^/]*?)%5E([^/%5E]*)$ $1\$CIRCUMFLEX_ACCE
24
25
RewriteRule ^type/(.*?)\$REVERSE_SOLIDUS(.*) /type/$1%5c$2 [N]
26
27
+Redirect 301 /language https://docs.perl6.org/language.html
28
+Redirect 301 /language/ https://docs.perl6.org/language.html
29
Redirect 301 /language/5to6 https://docs.perl6.org/language/5to6-nutshell
30
Redirect 301 /examples http://examples.perl6.org/
31
Redirect 301 /examples.html http://examples.perl6.org/
0 commit comments