Skip to main content
Participant
April 24, 2012
Answered

Coldfusion with Apache 2.2 webserver index.cfm problem

  • April 24, 2012
  • 1 reply
  • 2214 views

PLS HELP!

Im trying to setup an Apache Web Server for my Coldfusion Site (does that sound right?). Im able to follow a guide http://www.adobe.com/devnet/coldfusion/articles/setup_dev.html#articlecontentAdobe_numberedheader
I followed the guide but when i run my site via localhost it wont auto run the index.cfm (i have to click it in order for it to run), but if I place an index.html it will autorun.

Pls. can somebody help me. I need help

This might be a small problem, but im a newbie, ive just started web development a month ago and im kinda lost right now

THIS IS WHATS HAPPENING:

Exhibit A

Exhibit B

Exhibit C


This topic has been closed for replies.
Correct answer Dave Watts

You may need to configure Apache to use index.cfm as a default page.

http://www.cyberciti.biz/faq/apache-display-or-change-a-default-page-other-than-indexhtml/

Dave Watts, CTO, Fig Leaf Software

1 reply

Dave WattsCommunity ExpertCorrect answer
Community Expert
April 24, 2012

You may need to configure Apache to use index.cfm as a default page.

http://www.cyberciti.biz/faq/apache-display-or-change-a-default-page-other-than-indexhtml/

Dave Watts, CTO, Fig Leaf Software

Dave Watts, Eidolon LLC
Participant
April 25, 2012

Thank you so much Mr. Dave Watts it helped me out a lot!