> I've never gotten SSI to kick off a .cfm page successfully, how did you do
> this Isaac or .. are you just suggesting this without having tried this
> for yosuelf?

No, it's an assumption. I know that it works with PERL and ASP files ...
It's actually the only way that ASP can process included files, which sucks
( for them ) because it means that includes are always processed prior to
any logical operators, etc. so "dynamic" inclusion isn't actually dynamic.
But because PERL files given the .pl ( or I'm guessing also .cgi ) extension
are ( or can be ) run through the PERL interpreter when they're included
this way, I would imagine there's got to be a way to do this with cfm's ...
I don't know all the specifics tho, 'cause I've never personally had cause
to or been asked to set it up.

Isaac Dealey
Certified Advanced ColdFusion Developer

www.turnkey.to
954-776-0046

> On Mon, 29 Jul 2002, S. Isaac Dealey wrote:
>
>> If they're installed, you could use a server side include (SSI) tag to
>> include the ColdFusion module where you want the counter to appear. This
>> is
>> done with hit counters written in PERL to display plain-text hit counts
>> rather than those god-awful graphical hit counters. The cfm would then be
>> able to run your script and display the count. The include tags would
>> look
>> like this:
>>
>> <!--#include virtual="/dir/tracker.cfm"-->
>> <!--#include file="subdir/tracker.cfm"-->
>>
>> The other thing you have to check for is that SSI may not work on .html
>> since they're not always enabled for the .html or .htm extensions ( the
>> intended extension was .shtml )...
>>
>> hth
>>
>> Isaac Dealey
>> Certified Advanced ColdFusion Developer
>>
>> www.turnkey.to
>> 954-776-0046

> --
> ============================================================
> Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/ |
>         Team Macromedia Volunteer for ColdFusion           |
> http://www.macromedia.com/support/forums/team_macromedia/  |
> http://www.flashCFM.com/   - webRat (Moderator)            |
> http://www.ultrashock.com/ - webRat (Back-end Moderator)   |
> ============================================================

> 
______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to