No they don't care about the file type. There is still some debate about dynamic URLs (domain.com?id=5)
Creating static HTML pages is WAY overkill IMHO You can rewrite your URLs (different methods depending on webserver) so that they look like static files www.stuff.com/product.cfm/id/5 So in the above is really www.stuff.com/product.cfm?id=5 I have some CF code that will re-write the above for IIS (and I bet it works on Apache as well) to translate everything after "product.cfm" as key value pairs. So you could have: www.stuff.com/search.cfm/prod_cat_id/5/saleflag/1 Which would translate to: www.stuff.com/search.cfm?prod_cat_id=5&saleflag=1 It's really quite simple when you see it in action. HTH Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244451 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

