I recently set up my website https://socialmediabreakup.com. This domain works fine, but when I try http://www.socialmediabreakup.com, I get a heroku “no such app” error. I’ve already set up a page rule: www.socialmediabreakup/* < 301 - premanent redirect < https socialmediabreakupcom/$1
Why is the www not working? Do I need to add another redirect?
You’re pointing to a service which also uses Cloudflare and so their settings are likely taking effect. Try changing the value for your www record to 192.0.2.1 (basically not that provider) and see if the page rule takes effect.
Thank you for your prompt response. I’m trying to understand what your advise, basically make a new rule in addition to the existing one adding: www.socialmediabreakup.com/* < 301 redirection < 192.0.2.1?
Change the DNS record for www to point to that IP address and make sure the record itself is in the DNS control panel. If you do that I believe the rule will ‘magically’ start working.
Yes as I mentioned previously, you are pointing to a service which also uses Cloudflare so their settings are taking effect, not your page rule. Changing the destination to an address where their settings don’t take precedence is how you get your page rule to work.
Thank you, man!! WOW, good one. So even though I removed CNAME < WWW of target.clickfunnels.com I shouldn’t experience any issues with clickfunnels integration right?