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