From 44e6dc2664609caaba9951338bb993f0a533ba29 Mon Sep 17 00:00:00 2001 From: Dave Winer Date: Thu, 30 Jul 2015 08:29:29 -0400 Subject: [PATCH] v0.67 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6062e4..0b0e40b 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,11 @@ There will always be more work to do here. ;-) ##### v0.67 7/30/15 by DW -New redirect feature for individual pages. In config.json, create a struct called redirects. The name of each element is the path to a file in the folder, and the value of each is the URL we will redirect to. On each request for that domain, we look in the redirects table to see if the request should be redirected. Here's an example of the config.json for smallpicture.com. It redirects from an old version of the outliner howto to the newer version. +New redirect feature for individual pages. + +In config.json for the domain containing the file you want to redirect, create a struct called redirects. The name of each element is the path to a file in the folder, and the value of each is the URL we will redirect to. On each request for that domain, we look in the redirects table to see if the request should be redirected. + +Here's an example of the config.json for smallpicture.com. It redirects from an old version of the outliner howto to the newer version. ##### v0.66 7/19/15 by DW