Your server is going to have a list of file names that it will server out if the server isn't asked for a specific page (directory listing). Here is an example of a list.
index.htm
index.html
default.htm
default.html
if your server is running asp then the following might be added to the list
index.asp
index.aspx
default.asp
default.aspx
1. You need to verify you have PHP as an option
- try uploading a file called info.php and have the contents of the file be
Code:
<?php echo phpinfo(); ?>
2. using your browser go to http://yoursite.com/info.php
3. If you do have PHP the above page will tell you. Then look in your server admin area for that list I mentioned above and add index.php to the list
If you have difficulty after this your hosting company should be your next stop for help.
If you don't like your hosting company come back and take a look at what the people here like.
-Mike
|