Posted by NC on 10/30/06 15:32
Matthew256 wrote:
>
> I have a bunch of files with the extension .cfm with PHP code in them.
> It's a long story, but I need to keep the extension the same.
> Is there a way to make PHP parse the .cfm file?
Yes. You can add an AddType directive to httpd.conf.
> My web host says they can't do it on their end.
What they mean to say is that they don't WANT to do it. It requires
changing Apache configuration file, which is against policy in many
Web hosting companies.
> Should I argue?
You can argue, but it is probably going to be futile.
Cheers,
NC
[Back to original message]
|