add redirects.sample.json
This commit is contained in:
parent
0af32692ce
commit
9f1d853c68
|
@ -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" }
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue