Viewing 6 replies - 1 through 6 (of 6 total)
  • What does your htaccess file say?

    Thread Starter naveedawan

    (@naveedawan)

    hi, thanks for reply what do do means by that

    It is mostly commonly issues come with your resource hungry plugins and on the hosting side. Firstly install P3 plugin and check your plugins, which using more resources. If the problem is not solved contact your hosting provider, it will change your server and told you, why you are seeing this error. I am facing this issue, and hosting provider change my server and the problem fix.

    What does your htaccess file say?

    Please post the contents of your htaccess file.

    Thread Starter naveedawan

    (@naveedawan)

    # 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

    Try adding this beween the RewriteRule . /index.php [L] and # END WordPress

    Make sure to keep a copy of the original file.

    RewriteCond %{HTTP_HOST} ^www.charity-walk.info [NC]
    RewriteRule ^(.*)$ https://www.charity-walk.info/$1 [L,R=301,NC]

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘My website is going offline and showing 500 internal server error.’ is closed to new replies.