I'm attempting to use the below reference to create a re-direct for my local site with no luck.
I want absolute links on my local site that point online to point to my local site instead.
example absolute link [http://online.com/products]
when I click the local version I'd like it to redirect to: [http://offline/products]
I want to preserve everything after the domain name and append it to the server (local) name so that when I click a link it will redirect to the local site and not the online version.
I've tried [http://offline$S] but that doesn't append the "suffix" /products the way I thought it should.
What's going on here?