On Dec 22, 2003, at 12:20 AM, Taco Fleur wrote:
nobody using Apache then?

Yes.


I know in IIS there is an option to check if the file exists before passing it on to CF, now how do I do that with Apache?

Well, you'd have to get Apache to handle the request and then delegate it to CF which is not possible with Apache 1.3 and is tricky even with Apache 2.0.


I have specified some 302 redirects in the .htaccess file, but the request gets passed directly to CF, and CF throws the error, which is not what I want, I want Apache to do the redirect..

Explain exactly what it is you are trying to do at a high level.


On macromedia.com we have redirects that take effect before requests are passed to CF because we use rewrite/proxy to pass requests to CF rather than the mod_jrun connector. It may be that mod_jrun gets the request too early in the Apache request lifecycle for you to intercept it.

Sean A Corfield -- http://www.corfield.org/blog/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood


--- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to