I am getting this error (ERR_EMPTY_RESPONSE) for a site build in codeigniter. The error goes automatically and site works fine but then appears after some time.
I hosted the same site on another host it is working fine. Why is the error coming.
The bigrock support says it is because of the htaccess file. I am not getting where the issue is with the file
Following is my htaccess file content
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
I am trying to solve this issue from last week please help on how to get it fixed