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 61cb776 commit 6fce965Copy full SHA for 6fce965
html/.htaccess
@@ -11,6 +11,8 @@ RewriteRule ^(.*)$ https://docs.perl6.org/$1 [R=permanent,L]
11
# in case someone is using the long and awful URLs
12
# RewriteRule ^type/(.*?)::(.*) /type/$1\$COLON\$COLON$2 [N]
13
RewriteRule ^type/(.*?)\$COLON\$COLON(.*) /type/$1::$2 [N]
14
+RewriteRule ^type/(.*?)\$COLON(.*) /type/$1::$2 [N]
15
+RewriteRule ^type/(.*?)\$REVERSE_SOLIDUS(.*) /type/$1%5c$2 [N]
16
17
Redirect 301 /language/5to6 https://docs.perl6.org/language/5to6-nutshell
18
Redirect 301 /examples http://examples.perl6.org/
0 commit comments