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 67bc4c3 commit b8f14bfCopy full SHA for b8f14bf
html/.htaccess
@@ -21,6 +21,7 @@ RewriteRule ^(/?type/.*/[^/]*?)\$COLON([^/\$COLON]*)$ $1:$2 [R=30
21
22
RewriteRule ^(/?routine/.*/[^/]*?)([^/]*?%5E[^/]*)$ $1\$CIRCUMFLEX_ACCENT$2 [N]
23
RewriteRule ^(/?routine/.*/[^/]*?)%5E([^/%5E]*)$ $1\$CIRCUMFLEX_ACCENT$2 [R=301]
24
+RewriteRule ^type/int(8|16|32|64)?(.html)?$ https://docs.perl6.org/type/nativeInt [R=301]
25
26
##
27
@@ -31,6 +32,7 @@ Redirect 301 /examples http://examples.perl6.org/
31
32
Redirect 301 /examples.html http://examples.perl6.org/
33
Redirect 301 /webchat https://webchat.freenode.net/?channels=#perl6
34
Redirect 301 /webchat.html https://webchat.freenode.net/?channels=#perl6
35
+
36
ErrorDocument 404 /404.html
37
38
<IfModule mod_deflate.c>
0 commit comments