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: /index.cfm?furl=/some/path/to/a/page Then in ColdFusion you can use the variable url.furl to access the "original" URL string. On Feb 23, 12:32 pm, Taco Fleur <[email protected]> wrote: > Anyone using IIS7 URL Rewrite and then getting access to the original > requested URL in CF? > If so, how? > > I did a few tests with it and at first glance I don't get access to the > original requested URL. I'm wanting to replace the 404 handler I use to get > the nice pretty URLs.. > > -- > Kind regards, > Taco Fleur > clickfind™ - The new Australian Online Marketing Platform > (OMP)http://www.onlinemarketingplatform.com.auhttp://www.clickfind.com.au -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
