IIS7 has a built in url rewriter, so no need to isapi_rewriter. It works
very similar to the mod_rewrite for apache in that the rewrite rules are
store din a file within your website root called web.config, so it is
portable between servers running IIS7+
If you want it to be portable betweeen any server\OS then you should do it
in CFML.

more info: http://learn.iis.net/page.aspx/460/using-the-url-rewrite-module/

Russ

On Tue, Sep 21, 2010 at 4:32 PM, Michael Grant <mgr...@modus.bz> wrote:

>
> >
> > Doing it with pure ColdFusion, the best thing you could hope for is
> >
> > http://www.scribblar.com/index.cfm/k3ns5
>
>
> Untrue. I myself have written a cf based url rewrite before I knew how to
> do
> it via the webserver.
> He can achieve exactly what he wants by using IIS (or whatever) to point to
> a .cfm as the 404 handler and then having that cf page parse the url. It's
> not ideal but very doable.
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337268
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to