Redirect bare domain on Cloudron to non-Cloudron domain
Solved
Discuss
-
I'm trying to redirect a bare domain (and www) to an Etsy shop while I work on the Woocommerce shop. How can I achieve this in Cloudron?
The domain DNS is managed through Cloudflare and I have the domain added in Cloudron using the programmatic API. I tried using Cloudflare's Redirect Rules to get the job done, but it's not working.
curl -I https://mydomain.com
shows the location pointing to my domain url and not the target url that is in the saved rule. I have @ and www pointing to my CR server with CF Proxying enabled.Suggestions?
-
@humptydumpty Something like this using surfer would do it:
-
@marcusquinn That worked beautifully. Thanks Marcus!
-
-