walnut.js/redirects.sample.json

12 lines
354 B
JSON
Raw Normal View History

2015-04-01 16:16:24 +00:00
[
{ "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" }
}
]