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 5549fcb commit 821b6aeCopy full SHA for 821b6ae
html/.htaccess
@@ -1,2 +1,6 @@
1
+RewriteEngine On
2
+RewriteCond %{HTTPS} off
3
+RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=permanent,L]
4
+
5
Redirect 301 /language/5to6 https://doc.perl6.org/language/5to6-nutshell
6
ErrorDocument 404 /404.html
0 commit comments