I’m trying to redirect the following but it’s not working:
I want to redirect all kinds of URL types from
to
That way all blog posts, including http, https, www or non-www will redirect.
How can I fix this please?
I’m trying to redirect the following but it’s not working:
I want to redirect all kinds of URL types from
to
That way all blog posts, including http, https, www or non-www will redirect.
How can I fix this please?
Hi @alex26,
For a page rule to work, you need to have a DNS record set to for the domain/subdomain that you want it to trigger for. You can create a record pointing to
192.0.2.1
, a dummy IP address.
You can read more about this in our community tutorial.
Thank you @domjh - that worked!
Now I’m stuck with url slugs being forwarded. For example, I want to forward
to
or ANYTHING after /
Here’s what I have set up right now:
Your 301 needs to go to https://www.alexfordlive.com/$2 (the $2 copies the content from the second * in your first URL).
This topic was automatically closed after 31 days. New replies are no longer allowed.