Hey all.
I have recently setup a FREE hosting account with ..... I think it is Spaceport ... All of my pages are PHP ... But when i upload them it says its missing "index.html"
So is there a way to redirect index.html to my index.php????
Try this I'm not sure
<meta http-equiv="refresh" content="0; URL=index.php">
You might have access to use PHP in .html files. Try that, if that works, simply use .html instead of .php.
u can redirect it with htaccess too if spaceport allows u to use