I think this was it - only it was from mid-October. Go figure.

http://www.houseoffusion.com/cf_lists/index.cfm?method=messages&ThreadID=27883&forumid=4&#140564

Quote:

oops, he didn't mention this....

Open the {serverRoot}\WEB-INF\web.xml . You can modify the extension
mappings by adding these lines:

<servlet-mapping>
<servlet-name>CfmServlet</servlet-name>
<url-pattern>*.html</url-pattern>
</servlet-mapping>

If this helps, give a yell so I can bookmark it.
Jerry Johnson

>>> [EMAIL PROTECTED] 12/10/03 09:49AM >>>
I wish it were that simple, but there is something that needs to be done in CF and I can't find it.

Bob

>You make .htm or .html get parsed by CF in your web server.  Then you add
>your security.
>
>How to do this depends on the web server.
>
>--
>Timothy Heald
>Web Portfolio Manager
>Overseas Security Advisory Council
>U.S. Department of State
>571.345.2319
>
>The opinions expressed here do not necessarily reflect those of the U.S.
>Department of State or any affiliated organization(s).  Nor have these
>opinions been approved or sanctioned by these organizations. This e-mail is
>unclassified based on the definitions in E.O. 12958.
>
>-----Original Message-----
>From: Robert Everland III [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, December 10, 2003 10:07 AM
>To: CF-Talk
>Subject: Re:Run HTML through CFMX
>
>
>I have a massive static HTML website that I need to add a security layer. So
>including a file won't work.
>
>Bob
>
>> Use an include.
>>
>> <cfinclude template="myfile.htm">
>>
>> This is a pretty decent technique when you want to use an
>> administrative form (in conjunction with CFFILE) to update static
>> content i.e headers and footers or even long blocks of text.
>>
>> Jeremy
>>
>> > I know this is on the forum somewhere, but I don't think I am typing
>>
>> > the right search term.
>> >
>> > So how do I get HTML to run through CFMX. I know it isn't the
>> > suggested way, but I need to do it. Thanks.
>> >
>> >
>bob
>  _____  
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to