Full redirect not working

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 :orange: 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

alexford.co/example

to

alexfordlive.com/example

or ANYTHING after /

Here’s what I have set up right now:

1 Like

Your 301 needs to go to https://www.alexfordlive.com/$2 (the $2 copies the content from the second * in your first URL).

Thanks so much @sdayman and @domjh . It works fully now!

Appreciate your both your help.

2 Likes

This topic was automatically closed after 31 days. New replies are no longer allowed.