Is there anyway to use Cloudflare redirect features for a shift4shop hosted eccommerce site? I’m trying to 301 redirect pages from blog.site.com/… to www.site.com/...I tried connecting my domain using Cloudflare nameservers but I get Error 1000: DNS points to prohibited IP .
What are your DNS records pointing to in the dashboard?
They should never point to a Cloudflare IP address.
I had CNAME www pointed at the site address site-com.3dcartstores.com. Shift4shop(3dcart) uses Cloudflare services. I just did DNS lookup on that address and it gives a Cloudflare ip 104.19.177.121
A CNAME is not a redirect - if you just want to do a redirect, add an AAAA
record for www
pointing to 100::` and then setup a Page Rule to do your redirect like defined in https://support.cloudflare.com/hc/en-us/articles/4729826525965-Configuring-URL-forwarding-or-redirects-with-Page-Rules
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.