On 10/16/06, James Smith <[EMAIL PROTECTED]> wrote:
> > Any chance you're using Apache?  This would be a perfect
> > exercise for mod_rewrite.  If not, maybe one of the IIS
> > implementations.  Any of those should be able to handle it.
>
> IIS is passing the file over to CF but CF is then refusing to do anything
> with it.

I guess what I was getting at, here, was that there are at least one
or two free ISAPI filters for IIS that will accept a URL (e.g.
http://www.example.com/example.xml) and redirect it internally (no
change in the URL) to another URL (e.g.
http://www.example.com/path/to/your/CFML/file.cfm)

The IIS implementations (especially the free ones) are scaled down
from the apache version, but this is a very simple case and should be
handled quite easily if you choose to go that route.  I've used this
one in the past and it's pretty decent for simple stuff like this.

http://www.iismods.com/url-rewrite/index.htm

>From what I've heard about your problem, this is the cleanest way to
handle it, I think.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256909
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to