#Problems with my domain and google sites (I use cloudflare)
1 messages · Page 1 of 1 (latest)
Please keep in mind that we don't offer official support on our Discord Community.
But you can always create a topic in our #1019783328473288754 channel and wait until someone from our lovely Community wants to help you out.
TIP: Find all our Guides right here: :books:
https://zap-hosting.com/guides/docs/en/firststeps_register.html
TIP: Need actual support? Reach our to our customer care: 
https://zap-hosting.com/en/customer/support/
If you encounter Error 522, it means that your website is having trouble establishing a connection with Cloudflare. There could be several reasons for this issue, such as incorrect DNS settings, firewall rules, or problems with your web server.
To troubleshoot this issue, you can try the following steps:
Verify your DNS settings: You can use tools like dig or nslookup to check your DNS settings.
Review your firewall rules: Check that your web server's firewall is not blocking traffic from Cloudflare's IP addresses. You can find a list of Cloudflare's IP addresses on their website.
Check your web server logs: Examine your web server logs to see if there are any errors or issues that could be causing the connection problem. Look for network connectivity or firewall issues.
Temporarily disable Cloudflare: If none of the above steps help, you can try disabling Cloudflare temporarily to see if the issue is with Cloudflare or your web server. You can do this by changing your DNS settings to point directly to your web server's IP address instead of using Cloudflare's DNS.
If you still can't resolve the issue, it may be necessary to contact your web hosting provider's support team or Cloudflare's support for further assistance.
Easily check for any interruptions using the #statuspage channel, or our Status Page:
https://status.zap-hosting.com
TIP: Need actual support? You can contact our customer care here: 
https://zap-hosting.com/en/customer/support/
Oh and,if you made any changes to DNS record recently that could be why. Note that DNS changes may take time to propagate to registrars and your ISP. Consider clearing your DNS cache or performing a DNS flush to help determine that your website is properly configured.
okey, i will try thanks
I was able to solve it, my domain is spainzonerp.es. When you put www.spainzonerp.es it works but if you put spainzonerp.es it doesn't work. How can I fix it?
@tall shoal
This tutorial covers redirecting www.example.com to example.com when using Cloudflare, to do the opposite, please see Redirect example.com to www.example.com. You should replace all instances of example.com in the screenshots with your domain. Step 1, The DNS Record: The first thing you will need is a DNS record for www, set to :orange:. This...
Great answer by the way! Keep this up and something might happen who knows.
That already works on my computer, but when I put spainzonerp.es in my phone it doesn't work. It shows that the site is being redirected many times
ERR_TOO_MANY_REDIRECTS
Seems like your website configuration ain't set up right to send peeps from spainzonerp.es to www.spainzonerp.es and hence too many/looped redirects Here's what you gotta do to fix it: ead over to your Cloudflare account and find the DNS settings for your domain. From there, make a new DNS record for the root domain (spainzonerp.es) with an "A" type and put in your web server's IP address.
Then, create a new page rule to direct peeps from the root domain to the www subdomain. Just match "http://spainzonerp.es/*" and redirect it to "http://www.spainzonerp.es/$1".
Lastly, save your changes and chill out for a bit while you wait for them to spread 🙂
Also double check you .htaccess file, ensure that your website is properly configured to accept traffic from the root domain and redirect properly to the www if relevant there should be something along the lines of: RewriteEngine On RewriteCond %{HTTP_HOST} ^spainzonerp.es [NC] RewriteRule ^(.*)$ http://www.spainzonerp.es/$1 [L,R=301]
failing that, you should go check all your dns records.
Okey thanks, i will try it
Its all fixed, thanks you very much!!