CFM on Apache

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
User avatar
Crashin
Forum Contributor
Posts: 223
Joined: Mon May 06, 2002 3:42 pm
Location: Colorado

CFM on Apache

Post 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.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Code: Select all

AddType text/html .cfm
:?:
User avatar
Crashin
Forum Contributor
Posts: 223
Joined: Mon May 06, 2002 3:42 pm
Location: Colorado

Post 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!
Post Reply