Viewing 6 replies - 1 through 6 (of 6 total)
  • Charles

    (@charlesrodmell)

    I thought this was fixed in v6.3 but it just happened to me again.

    Super iThemes novice here but I too am getting 500 server errors and resource overages. I’m trying to figure this out. It’s a tiny little website, tigermountainfoundation.org.

    My hosting company says my error log is full of iThemes.

    Prolly need to start a new thread. My logs on iThemes show a bunch of 404s. I dont know what its doing.

    Plus, is this plugin hard to remove?

    • This reply was modified 6 years, 9 months ago by jmetro.

    hi, go to .htaccess manually and remove all lines added by ithemes security plugin , jus put the default line like :

    # 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

    the web site will be work again

    Three months dude? If my site was down for three months I’d be hysterical. Pretty sure I just turned it off. Screw iThemes.

    Charles

    (@charlesrodmell)

    They fixed it in an update months ago.

    Marco

    (@sinepax)

    Hi, I have the same 500 internal error when ithemes security is active.
    Can you help me?
    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Internal server error (500) with iThemes Security and WordPress 4.8’ is closed to new replies.