|
Mailing Lists
|
Home /
Groups /
ColdFusion Mac (CF-Mac)
setting index cfm in apache on loepard
John Barrett wrote:Lola J. Lee Beno 08/19/09 03:12 A Hi Lola J. Lee Beno,John Barrett 08/19/09 03:39 A Can somebody remind me where in apache2 I change the settings to allow index.cfm to be severed as default index pages. That is if I go to localhost/John and in thi folder there is a index.cfm I would like to have it use this as the default and not have to go to http://localhost/John/index.cfm Seems like they changed apache from 1.3 a lot. I remember this in the httpd.conf file. Thanks, John John Barrett wrote: > Can somebody remind me where in apache2 I change the settings to allow index.cfm to be severed as default index pages. That is if I go to localhost/John and in thi folder there is a index.cfm I would like to have it use this as the default and not have to go to http://localhost/John/index.cfm > > /private/etc/apache2/httpd.conf > Seems like they changed apache from 1.3 a lot. I remember this in the httpd.conf file. > Thanks, > John > Yes, from Leopard upwards Apache 2 is used. -- Lola J. Lee Beno LinkedIn: http://www.linkedin.com/in/lolajleebeno Facebook: http://www.facebook.com/profile.php?id=714355583 Blog: http://www.lolajl.net/blog/ Hi Lola J. Lee Beno, Thanks so much`-` I could not find this before, I added index.cfm to the IfModule dir_module to read: <IfModule dir_module> DirectoryIndex index.html index.cfm </IfModule> And all is working perfect! Thanks so much, Johnny
|
June 19, 2013
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||