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 ba59b3e commit f7379c2Copy full SHA for f7379c2
website/.htaccess
@@ -0,0 +1,6 @@
1
+RewriteEngine On
2
+RewriteCond %{HTTP_HOST} ^newcoder.io[nc]
3
+RewriteRule ^(.*)$ http://www.newcoder.io/$1 [r=301,nc]
4
+RedirectMatch 301 /~drafts/networks/(.*) /networks/$1
5
+
6
+ErrorDocument 404 /404.html
website/config.yml
@@ -35,3 +35,4 @@ containers:
35
url: /begin/<slug>/
36
workshop:
37
url: /workshop/<slug>/
38
+include: [".htaccess"]
0 commit comments