>
> However this is really best left to URL rewriting via the webserver.


I would also argue that it's not really bad to do URL rewriting within CF
instead of in the web server.  Sure, there may be high traffic situations
where you're trimming miliseconds, but for most cases CF URL rewriting is a
perfectly valid option.  And many people would prefer to have all of their
application configuration in one place, instead of needing to go to multiple
places to maintain app level settings.

Also, say you need to move the app to a different server or host.  If you
use web server URL rewriting, you'll need to set that up again on the new
server.  If you do it in CF you just need to drop your code on the server
and your done.  Personally I think it's a personal preference thing, not a
"This is the written in stone way that you should do it."  :)


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:337273
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to