What is the name of the domain?
Discover Selene Dress, where timeless elegance meets modern style. Shop our exclusive collection of women's dresses, perfect for every occasion. Elevate your wardrobe with sophisticated designs that radiate confidence and grace.
What is the issue you’re encountering
blocking traffic not working
What steps have you taken to resolve the issue?
I have linked my domain name to Cloudflare with correct nameservers but when I apply the rules to block traffic from certain countries it’s not working. My Domain provider is godaddy, and my store hosted with shopify
sjr
July 22, 2024, 3:44pm
2
Your DNS records are set to “DNS only” and so requests for your site go direct to Shopify (who use Cloudflare) through their Cloudflare account and your settings won’t have any effect…
https://cf.sjr.org.uk/tools/check?700cf652c80748cdb1afb5b0ae662162#dns
If you want your Cloudflare settings applied you will need to proxy the CNAME record for www
and ask Cloudflare Support to enable O2O for you.
The DNS record for your domain (@
) will have to be replaced with a redirect to www
(as O2O only works on CNAMEs) as here…
Background:
Redirect example.com to www.example.com (root/apex to www subdomain) using Single Redirects (also called Dynamic Redirects).
Looking for the opposite? Redirect www.example.com to example.com using Single/Dynamic Redirects
Prerequisites Have an active and setup website in Cloudflare. Transfer your website to Cloudflare <a href="https://developers.cloudflare.com/dns/zone-setups/full-setup/setup/">today</a>, or use the Cloudflare Registrar to register a <a hr…