[cfaussie] Re: IIS7 URL Rewrite / CF

2011-02-22 Thread Justin Carter
When you use URL rewriting the request that gets through to the web server is the rewritten URL. You can't see the original URL unless you craft your URL rewriting to pass through the original URL as a parameter. e.g. in FarCry with friendly URLs we turn this: /some/path/to/a/page into this:

Re: [cfaussie] Re: IIS7 URL Rewrite / CF

2011-02-22 Thread Taco Fleur
Thanks, I think this will do the trick, excellent. Thanks On Wed, Feb 23, 2011 at 12:08 PM, Justin Carter justin.w.car...@gmail.comwrote: When you use URL rewriting the request that gets through to the web server is the rewritten URL. You can't see the original URL unless you craft your URL

RE: [cfaussie] Re: IIS7 URL Rewrite / CF

2011-02-22 Thread Steve Onnis
Where as using onMissingTemplate() you have access to it using ARGUMENTS.targetPage -Original Message- From: Justin Carter [mailto:justin.w.car...@gmail.com] Sent: Wednesday, 23 February 2011 1:09 PM To: cfaussie Subject: [cfaussie] Re: IIS7 URL Rewrite / CF When you use URL rewriting