• Site is giving intermittent 503 error

    I have tried disabling plugins but this didn’t solve the problem. I’ve also tried repairing the wp database but it seems that it still did not work.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter mrcuta

    (@mrcuta)

    Could this be from the htaccess file since www is working perfectly? The site should always redirect to www itself – my htaccess file includes the following:

    # BEGIN GD-SSL
    <IfModule mod_rewrite.c>
    Options +FollowSymLinks
    RewriteEngine On
    RewriteCond %{HTTPS} !=on
    RewriteCond %{HTTP_USER_AGENT} ^(.+)$
    RewriteCond %{SERVER_NAME} ^www\.inewsmalta\.com$ [OR]
    RewriteCond %{SERVER_NAME} ^qj2\.41d\.myftpupload\.com$
    RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
    
    Header add Strict-Transport-Security "max-age=300"
    Header always set Content-Security-Policy "upgrade-insecure-requests"
    </IfModule>
    # END GD-SSL
    
    # 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>
    
    # END WordPress
    RewriteEngine On
    
    • This reply was modified 4 years, 11 months ago by mrcuta.

    No problem.
    If it is critical PHP issue causing this then enabling WP_DEBUG and WP_DEBUG_LOG according to this tutorial might give a clue.

    I hope you will be able to find the problem!

    Thomas

    Thread Starter mrcuta

    (@mrcuta)

    Some things I’ve noticed.

    I’ve created an exact same stage site on https://49k.986.myftpupload.com/ and everything works fine.

    I’ve transferred the staging site to the production site and the error still persists. – Does this make sense?

    If I try this on inewsmalta.com I get some 503 erros. I don’t get any with https://www.inewsmalta.com. Staging site works perfectly as well.
    https://www.host-tracker.com/v3/check/3/b00bf4f5-99bf-4b38-9050-be5de19ce5ed

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Intermittent 503 error’ is closed to new replies.