Thanks Paul,
Looks like we're working along the same lines, except we're adding .htm to
the variable to get indexed by search engines that don't spider .cfm pages.
So I link to page.cfm/variable.htm
My trouble is my development box takes this url and knows to pull up
page.cfm, while my production boxes are looking for varbiable.htm. With IIS
4, is this controlled by an ISAPI filter or application mapping? We didn't
change the configuration to get his working in development, so I'm coming up
short on what I need to do to get it going in production.
Argh.
Thanks again,
Sean
[EMAIL PROTECTED]
BTW, to those contributing to the OT: Lighten things up a little thread,
you are all disturbed people, and I respect you for it. =)
<CFIF CGI.Path_info CONTAINS ".htm">
<CFSET City_code =
mid(cgi.path_info,findnocase("/",cgi.path_info,2)+1,evaluate(findnocase(".ht
m",cgi.path_info,1) - (findnocase("/",cgi.path_info,2)+1) ))>
<do a query with City_code>
<CFELSE>
<use the session variable>
</CFIF>
<tip type=Installing MDAC>
When you're installing (or re-installing) the latest MDAC from MS, remember
to stop any related non-essential services. Components that are in use will
not be updated, but you will not receive any warning or message that the
installation was not complete.
</tip>
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 11, 2000 1:11 AM
To: [EMAIL PROTECTED]
Subject: Re: IIS set up passing variables in the path_info?
I do the same at www.support.net using
<code_snip>
in act_globals.cfm
best, paul
At 09:42 PM 5/10/00 -0400, you wrote:
>Howdy,
>
>I've set up my site to pass variables like so,
>http://www.mycompany.com/page.cfm/variable.htm
>
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.