Hi all
[Sorry for the weird url links but I can’t have more than 6 as I’m a new member]
I have the following:
- a wordpress blog available on exampledotcluster027dothostingdotovhdotnet
- a netlify app available on wwwdotexampledotcom
I want that
- when I hit www example com slash app I get the actual netlify app
- when I hit www example com slash * I get redirected to the blog while keeping the same url
www.example.com/blog would be a transparent redirect to example.cluster027.hosting.ovh.net/blog
Here is what I’ve tried in my _redirects file
/app/* /index.html 200
/* https://example.cluster027.hosting.ovh.net/:splat 200!
If I hit www.example.com/blog, it gets me redirected to https://example.cluster027.hosting.ovh.net/blog and what I want is to keep wwwdotexampledotcom slash blog but WITH the content of exampledotcluster027dothostingdorovhdornet slash blog
I hope I’m clear enough and that you can help me
Thanks