• Hi

    I was adding plugin iTranslator v1 to my WP and in the edit page it said
    add instructions to .htaccess file. I clicked on this option, then tried to view home page but 500 Internal Server Error message came up.
    I cannot get onto admin page now same message ocurs.

    Anyone know of quick fix?

    Thanks in advance

Viewing 1 replies (of 1 total)
  • Thread Starter arch1

    (@arch1)

    Hello

    problem solved.

    I went into my hosting account then went into file manager clicked on my blog then .htaccess file.

    then removed translator script leaving

    # BEGIN WPSuperCache
    # END WPSuperCache

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /blog/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /blog/index.php [L]
    </IfModule>

    # END WordPress

    wp back online

Viewing 1 replies (of 1 total)
  • The topic ‘500 Internal Server Error after adding instructions to .htaccess file.’ is closed to new replies.