Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Redirect /examples to http://examples.perl6.org/
gfldex++
  • Loading branch information
zoffixznet committed Jul 14, 2016
1 parent 385a25a commit a3c7c99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions html/.htaccess
Expand Up @@ -9,6 +9,8 @@ RewriteRule ^(.*)$ https://docs.perl6.org/$1 [R=permanent,L]
RewriteRule ^type/(.*?)::(.*) /type/$1\$COLON\$COLON$2 [N]

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

<IfModule mod_deflate.c>
Expand Down

0 comments on commit a3c7c99

Please sign in to comment.