It probably just seems that way because either CF or IIS have generally always
incorrectly returned path_info

The path_info env var is supposed to contain anything after the requested
script name, not the script name and preceding path itself

eg:

http://www.your.domain/script.cfm

path_info should be empty

http://www.your.domain/script.cfm/foo/bar

path_info should contain /foo/bar

What is your own understanding of what path_info should contain?


----- Original Message -----
From: "Brett Frisch" <[EMAIL PROTECTED]>
To: "CF-Linux" <[EMAIL PROTECTED]>
Sent: Saturday, February 24, 2001 8:33 AM
Subject: path_info?


>
> >I'm wondering if there is a substitute to cgi.path_info?  My ISP has cf
> >linux sp2 on a cobalt box and cf won't report the path_info.  Perl can
> >read it and output just fine but cf won't.  I've called my ISP but they
> >haven't been able to get it to work.  Is there something I can point my
> >isp too?  Is there some else I can do to get this info into my cf template?
>
> Thanks - Brett
>
>
>
>
> Brett Frisch
> Director of Design and Internet Technologies
> Web Design Works Inc.
>
> -------------------------------------------------
> http://www.webdesignworks.com
> 1-970-266-9401 [Phone]
> 1-970-266-8311 [Fax]
> 1554 Quail Hollow Drive
> Fort Collins, CO 80525
> [EMAIL PROTECTED]
> --------------------------------------------------
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to