Thread: Install Issues
View Single Post
  #8 (permalink)  
Old 04-07-2008, 09:36 PM
tuk485 tuk485 is offline
Member
 
Join Date: Jul 2008
Posts: 14
Thanks: 0
Thanked 1 Time in 1 Post
Default

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.
Reply With Quote