From c23b8bdef3cce8f312fb8457127da399351cb84c Mon Sep 17 00:00:00 2001 From: Brianna Laugher Date: Sat, 6 May 2017 19:55:17 +1000 Subject: [PATCH] Add rules for /About, /Contact There is a link to /Contact in the begin/how-to-work-through-tutorials page which currently 404s --- website/.htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/.htaccess b/website/.htaccess index 7e342cec..a076862d 100644 --- a/website/.htaccess +++ b/website/.htaccess @@ -3,7 +3,9 @@ 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 +RedirectMatch 301 /About /about/ RedirectMatch 301 /About/(.*) /about/$1 +RedirectMatch 301 /Contact /contact/ RedirectMatch 301 /Contact/(.*) /contact/$1 ErrorDocument 404 /404.html