Peter Tanswell wrote: > Hi there > > I have just installed CF8 and Apache and everything seems to be working. > > I go to view a website on the server e.g. > > ....... > The only way I can view the website is by typing: > > http://127.0.0.1/beecroftflowerplace/index.cfm > > When I enter this the website displays as intended. > > I'm guessing I have to add the index.cfm file somewhere so that it knows that > it should be a file to open up in the browser. >
yes, you need to add index.cfm to the directoryindex directive: DirectoryIndex index.cfm index.html etc Kym K ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286550 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

