Skip to content

Commit

Permalink
Always use HTTPS
Browse files Browse the repository at this point in the history
(Closes #621)
  • Loading branch information
zoffixznet committed Jun 22, 2016
1 parent 5549fcb commit 821b6ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions html/.htaccess
@@ -1,2 +1,6 @@
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=permanent,L]

Redirect 301 /language/5to6 https://doc.perl6.org/language/5to6-nutshell
ErrorDocument 404 /404.html

0 comments on commit 821b6ae

Please sign in to comment.