[PHP] Apache alias to a specific .htm file

2001-08-17 Thread Neil Freeman
Hi there, In an ideal world I would like to be able to type http://localhost into my browser and for Apache server to throw up a specific .htm file on my hard drive. At the moment I have an Apache Alias set up as follows: Alias /ife P:/My Projects/Storyboard and you need to enter:

Re: [PHP] Apache alias to a specific .htm file

2001-08-17 Thread Jeffrey A Schoolcraft
if you have DirectoryIndex support you can specify what file it will use as an index page. for most unix type os's this seems to be index.php[ 3] index.htm[ l] for IIS it's default.asp or something Jeff In an ideal world I would like to be able to type http://localhost into my browser and