I Had a quick look at your site ... seems to be all HTML at the moment.
So, question is ... can your server handle PHP at all?
Try a test PHP page on it's own. Save this script as test.php, put it on your server and see if it displays correctly ...
<?php
echo 'hello world!';
?>
Paul 🙂