Jay,

You can use a 404 erorr and just do a CFHeader to set the status code to
200... Should work fine. 

<cfheader
statuscode="200"
statustext="OK"
/> 

This should be picked up as a 200 OK response  no problem.


......................
Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com
 

-----Original Message-----
From: James Smith [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 16, 2006 9:48 AM
To: CF-Talk
Subject: RE: Convincing CF to process xml files

> Can you fake them out and do something like:
> 
> Index.cfm/example.xml
> 
> Which should call the index.cfm page and you can use example.xml as 
> the query string??

I had considered that but they require it in the root it absolutely must
be in the format http://www.example.com/example.xml I can't even use a
custom
404 page to redirect as the 302 response will break it at the other end.

--
Jay




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:256894
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to