18-Nov-2020 10:09
i have a redirect based on country which works
www.abc.com if in uk redirects to uk.abc.com
however for a single certain uri would like to retain it for example
www.abc.com\books\12 would like to redirect this to uk.abc.com\books\12
can anyone help, give pointers how to do
18-Nov-2020
10:49
- last edited on
04-Jun-2023
21:11
by
JimmyPackets
Hi mikey_webb,
Insert this command in the redirect line
...
HTTP::redirect "https://uk.abc.com[HTTP::uri]"
...
14-Dec-2020 00:14
great - many thanks eaa