• Hello,
    I am always facing one problem with one of my client website. The error is “Error 500 – Internal Server Error”.
    In log section I noticed the error is causing due to .htaccess file always. Its something looks like:

    [Tue Feb 24 04:18:51 2015] [alert] [client 194.42.141.114] /home1/buchetto/public_html/.htaccess: </IfModule> without matching <IfModule> section

    After deleting the .htaccess its working fine. But its not the permanent solution I think that every time I’ll delete that file.

    Is there any way, how to modify .htaccess file, so that I’ll not get such error in future.

    I need this solution. Please help.

    Thanks
    Gyan

Viewing 1 replies (of 1 total)
  • You have an error in your .htaccess code somewhere. That’s all it is. Why don’t you get rid of the closing </IfModule> tag? The problem is in the error message you provided.

Viewing 1 replies (of 1 total)

The topic ‘Error 500 – Internal Server Error’ is closed to new replies.