Page 1 of 1

index.php as the homepage

Posted: Wed Aug 30, 2006 8:33 am
by bluelad
i have created an index.php file and want it to appear as my site's homepage. But the browsers somehow doesnt show it. Only when i type in xyz.com/index.php it shows the page. I hope u understand my problem!

Posted: Wed Aug 30, 2006 8:41 am
by volka
That depends on the webserver configuration which depends on the type of webserver in use.

Posted: Wed Aug 30, 2006 10:51 am
by jabbaonthedais
Also, do you have other index/main files in your root directory? For example, index.html, main.html, etc. Different servers have a different order of what index file to look for first. If you have no index file other than the .php you should make sure its configured, and of course, that php is installed on the server.

Posted: Thu Aug 31, 2006 3:30 am
by bluelad
ya there was another index.html. It works fine with IE but Mozill Firefox doesnt still show the index.php. I am runing easyPHP.