Re: Writing an Apache 404 Handler in CF

2014-10-14 Thread Robert Glover
Hi Jon, thanks for the reply! I'm far from an expert on Apache; in my httpd.conf, I don't seem to have any rewrite rules at all. Where would I put these? Inside the virtualHost section for my redirect app? If it helps any, we're running Railo 4.2.1 on Tomcat 7, not sure if that affects the

Re: Writing an Apache 404 Handler in CF

2014-10-10 Thread Russ Michaels
Wouldn't url rewriting be better for this? On Fri, Oct 10, 2014 at 20:46 PM, Robert Glover sled...@gmail.com wrote: This is as much an Apache question as it is a CF question; I hope this is acceptable. I posted it to Serverfault several days ago and haven't gotten any response, and it's

Re: Writing an Apache 404 Handler in CF

2014-10-10 Thread Jon Clausen
You’ve likely got a rewrite rule passes everything that is not a document to CF for handling. I’m guessing you have a friendly URL setup that routes everything through index.cfm, which is why the redirect is taking place. Something like this is probably the culprit: #These are handled by