Home Forums WordPress Plugins Hide My WP ERROR 500 // HTACCESS

This topic is: resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2390
    henrilegrand123
    Post count: 4

    Hi, i got an internal server error 500 on my site,
    i check my logs and found this error :

    [Sat Apr 11 08:03:41.604179 2015] [core:alert] [pid 23960:tid 140435988756224] [client 50.16.107.41:43227] /srv/users/serverpilot/apps/deepsky/public/.htaccess: </IfModule> without matching <IfModule> section

    Send you the file on copy.

    And my Htaccess file too.

    I delete everything from the htacess and replace it with standard wordpress htaccess :

    # 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

    So i got my new htaccess file, and disable ALL the plugins even HMWP.
    But my site is still totally broken.

    Is this about HMWP plugin ? ANy help will be appreciated ! i lost.

    Attachments:
    You must be logged in to view attached files.
    #2392
    Suman M.
    Post count: 12478

    Hi, can’t tell what exactly is the issue, as of now. Please provide us with your website’s admin details, and FTP details so that we can check and fix the issue.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.