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.