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