RE: 403 handler and CF code

2002-07-10 Thread Wallick, Mike
I don't know about 403's, but for my custom 404's I specify a URL for the error page, rather than a file (i.e. /index.cfm?fuseaction=home.404 as opposed to dsp_404.cfm). Know what I mean? Mike Wallick * Web Application Developer * [EMAIL PROTECTED] * 651.628.5377 *

RE: 403 handler and CF code

2002-07-10 Thread Dave Watts
I have been trying to create a 403 error handler (that is when someone tries to hit a secure site without the HTTPS) and place some Cold Fusion code inside. I setup the 403 handler in IIS to point to a CFM template that displays the current template and recommends dynamically the correct

Re: 403 handler and CF code

2002-07-10 Thread Dimo Michailov
Thanks Dave and Mike for your suggestions, that worked like a charm!! Cheers, Dimo Dave Watts wrote: I have been trying to create a 403 error handler (that is when someone tries to hit a secure site without the HTTPS) and place some Cold Fusion code inside. I setup the 403 handler in IIS to