Robertson-Ravo, Neil (RX) wrote: > If you are always going to use index.cfm would you be able to drop that as > well? > I've been pondering this one as well. With the SESconverter script I'm using, and I'm guessing with any CF-based solution - I'm betting, no. As you're depending on some code inside the index.cfm file (at least in my case) to do the URL fake folder sniffing.
I was just thinking about this a few minutes ago - I don't know much about the Apache mod-rewrite method of doing this, but I'm wondering if part of that method involves Apache using a default script when none is specified. With CF, domain.com/x/y/ would make the server look for the index.cfm file if none is specified, yeah, but in the webroot/x/y folder - which wouldn't exist. Apparently IIS does this sort of thing, where you can set it to kick over to a particular file when a 404 (file not found) error pops: http://www.experts-exchange.com/Web/WebDevSoftware/ColdFusion/Q_21400098.html ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262023 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

