Skip to content

Commit

Permalink
Redirect for previously borked link
Browse files Browse the repository at this point in the history
  • Loading branch information
econchick committed Jan 19, 2015
1 parent f7379c2 commit 23ecb14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ RewriteEngine On
RewriteCond %{HTTP_HOST} ^newcoder.io[nc]
RewriteRule ^(.*)$ http://www.newcoder.io/$1 [r=301,nc]
RedirectMatch 301 /~drafts/networks/(.*) /networks/$1
RedirectMatch 301 /Begin/(.*) /begin/$1

ErrorDocument 404 /404.html

0 comments on commit 23ecb14

Please sign in to comment.