Page 1 of 1

CFM on Apache

Posted: Fri Feb 04, 2005 3:55 pm
by Crashin
Without getting into the specifics as to why, what I'd like to do is set up Apache so that a cfm file is basically read as an HTML file. Is this possible? I've looked at the Apache manual, specifically at MIME types, but the answer didn't jump out at me...

Thanks.

Posted: Fri Feb 04, 2005 5:43 pm
by feyd

Code: Select all

AddType text/html .cfm
:?:

Posted: Mon Feb 07, 2005 10:00 am
by Crashin
Thanks for the reply. I updated my httpd.conf file and added that line, then restarted Apache, and my browser is still displaying the .cfm files as plain text. I must be missing something...any thoughts?

Thanks!