Hello guys,
As I come from Siteground where I automatically configure Cloudflare Cdn thought their settings, i was used that the domain should be loaded with www. Prefix in order for the Cdn to function properly.
As a matter of fact, after the Cloudflare integration, the domain where loading with www.
Now that I switch from Siteground I’m adding sites to Cloudflare manually. No problem for configuration, but they’re now loading without www.
If you have successfully added your Website to the Cloudflare, have you checed if you have A records for @ and A record for www pointed to the destination IP address (origin) where the content (Website) is hosted?
Or you may have CNAME for www, or neither one in your case?
Also to consider, your Web application routing?
Example, sometimes people install for example WordPress on domain, but without WWW. So there could also be some issues, like you would have to change in the WordPress dashboard to www.example.com, also replace all your URLs in your databse, etc.
It can be related to your hosting, Apache htaccess or Nginx rules for redirection.
Also, for example the WordPress may be installed on the example.com but not on www.example.com.
So, that way you could not access your www domain without the needed changes.