index.php instead of index.html
Posted: Fri Jul 05, 2002 11:28 am
Is there a way to make my index.php page load by default instead of using index.htm or index.html?
I have tried creating an index.html then using a meta tag redirect:
Although this works I am certain I have been to pages where the php page loads by default, I just cant seem to make mine work.
What I am trying to acheive is that when people go to my site they see
http://www.madeupsite.com/ (which would load the index.php)
instead of http://www.madeupsite.com/index.php (which is actually the second page loaded)
I am thinking this has something to do with the configuration of the Apache server, any ideas?
thanks,
craginweb
I have tried creating an index.html then using a meta tag redirect:
Code: Select all
<META http-equiv="refresh" content="0;URL=index.php">What I am trying to acheive is that when people go to my site they see
http://www.madeupsite.com/ (which would load the index.php)
instead of http://www.madeupsite.com/index.php (which is actually the second page loaded)
I am thinking this has something to do with the configuration of the Apache server, any ideas?
thanks,
craginweb