I would delete / remove the hosting and start again as 404 is page not found on the server.
I would fist check that php is enabled as you could well be wasting all your time.
You could check this by creating a file called phpinfo.php and then having this text inside
<?php
phpinfo()
?>
If this doesnt display the php settings of the server then php is not installed / enabled.
