Chrome loads a text/html file but shows status "failed" and does not render on screen Chrome loads a text/html file but shows status "failed" and does not render on screen google-chrome google-chrome

Chrome loads a text/html file but shows status "failed" and does not render on screen


To those who are still encountering the issue: add setEnv downgrade-1.0to your .htaccess, for me it works as temporary fix. It disables chunked transfers.

Another solution is to set user agent to IE, apparently it does the same...

Actual issue is somehow related to server configuration, I am also seeing segmentation fault errors.Site I am encountering this behaviour runs on PHP 5.3.27 over HTTPS.

edit: It doesn't matter if site is accessed over HTTPS or HTTP.

edit2: The cause for this error was one extremely long line, splitting it into multiple lines solved the problem.