• Hi,

    We are getting 503 Service Temporarily unavailable for my wordpress site.

    I also contacted with our provider they replied me website continually trying to poll the following IP – 66.155.40.250.

    how to solve this issue? please let me know.

    Thanks,
    Raju

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator t-p

    (@t-p)

    503 error:
    – Review this: https://www.checkupdown.com/status/E503.html
    – contact your webhost.
    – check your .htaccess file
    – check IP restrictions.
    – check DNS/name servers
    – If the issue persists, it is likely a server issue despite what your host says.

    Thread Starter Rajuspearwave

    (@rajuspearwave)

    Hi Tara,

    We got the reply from host provider

    website is continually trying to poll the following IP – 66.155.40.250. Do you recognize this? It seems that this may be related to one or more of your plugins within the account. Therefore, we would like to request you to kindly check the plugins that are being used and check them one at a time to narrow down the problematic plugin and then disable it.

    we disabled plugin one by one and checked . but still it is pointing to 66.155.40.250.

    please Let me know how to solve it

    Thanks,
    Raju

    Moderator t-p

    (@t-p)

    – have you checked your .htaccess file?

    Thread Starter Rajuspearwave

    (@rajuspearwave)

    Here is my .htaccess code.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
    # END WordPress

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘503 server error (Service Temporarily unavailable)’ is closed to new replies.