#Problems with my domain and google sites (I use cloudflare)

1 messages · Page 1 of 1 (latest)

dense granite
#

hey i need help pls

wheat zephyrBOT
tall shoal
# dense granite hey i need help pls

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.

wheat zephyrBOT
tall shoal
#

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.

dense granite
#

okey, i will try thanks

dense granite
#

@tall shoal

snow saffron
# dense granite <@289874513481695232>
snow saffron
dense granite
#

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

tall shoal
#

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.

dense granite
#

Okey thanks, i will try it

dense granite
#

Its all fixed, thanks you very much!!