This is the 500 error issue people been talking about. Ever since about midnight my site won't serve php files. I dicked around a bit and found I could get it to serve html but php no way. Just sticking this in: -
<?php
header('Content-type: text/html; charset=utf-8');
?>
and changing the extension makes the difference.
<?php
header('Content-type: text/html; charset=utf-8');
?>
and changing the extension makes the difference.