The server Is probably offline | Error

wp.overloadedtech.com

(please specify the website or account you are asking about)

The server Is probably offline

(please share the FULL error message you see)

I tried to add site kit to my site but when I try to configure it i got the error “The server Is probably offline” what can I do?

(other information and details relevant to your question)

Working to me

Restriction due to this?

4 Likes

Also to me is working BUT i got what error

I got “Internal Server Error, you are probably offline”. How is possible if i can visit the site and use other features?

How about fixing this issue first?

image

Maybe it is the cause of your error?

3 Likes

What? I don’t have idea at how can fix it i tink i will migrate my site to another infinityfree account

How can i fix this?

Use Really Simple SSL plugin?

1 Like

No, cloudflare SSL

To redirect http to https, add the following to the top of the .htaccess file:

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://wp.overloadedtech.com/$1 [R,L]

Note: I already added your domain, so just copy as it is! :grinning:

What she meant was, you can use that plugin in WP to redirect http traffic to https

  • In the SSL/TLS → Edge Certificates tab, the setting “Always Use HTTPS” is set to On.
  • In the SSL/TLS → Edge Certificates tab, the setting “Automatic HTTPS Rewrites” is set to On.
1 Like

I deactivated the account. I will create another one. Always thanks for the help

1 Like

Um, you will still have the same error if you set it up the same way. Avoiding problems is no way to make them go away.

3 Likes

Do not use Automatic HTTPS Rewrites. It tends to cause a lot of weird issues and breakages.

Instead, you should follow this guide to setup Flexible SSL with WordPress:

Or you can set Cloudflare to “Full” SSL, get a Self Signed certificate from us and install that to your website.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.