> I'm wondering how this could be done using NT/IIS and CF:
> <snipped description of friendly URL usage>

My favorite way is to use a custom 404 error page (as configured in IIS),
that is a ColdFusion (or ASP) template that reads the URL, parses, and
processes accordingly. That lets you build sites like

 http://bookcrossing.com/myBookshelf/Reno

which actually have zero directory structure underneath. And the search
engines love it:

 http://www.google.com/search?q=bookcrossing+reno

 http://search.lycos.com/main/?query=bookcrossing+reno&rd=y

So basically, every URL on your site becomes a 404 Not Found, that gets
processed by the file of your choice. Works VERY well with Fusebox
methodology (http://www.fusebox.org/)


Ron Hornbaker
President/CTO
Humankind Systems, Inc.
http://humankindsystems.com
mailto:[EMAIL PROTECTED]


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to