add redirects.sample.json

This commit is contained in:
AJ ONeal 2015-04-01 16:16:24 +00:00
parent 0af32692ce
commit 9f1d853c68
1 changed files with 11 additions and 0 deletions

11
redirects.sample.json Normal file
View File

@ -0,0 +1,11 @@
[
{ "from": { "hostname": "example.net" , "path": "" }
, "to": { "hostname": "example.com", "path": "" }
}
, { "from": { "hostname": "www.example.com" , "path": "" }
, "to": { "hostname": "example.com", "path": "" }
}
, { "from": { "hostname": "example.org" , "path": "" }
, "to": { "hostname": "example.com", "path": "/services/org" }
}
]