Copy link to clipboard
Copied
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
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
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
Thank you so much Mr. Dave Watts it helped me out a lot!