On Tue, 04 Jan 2005 21:14:25 +0000, David R <[EMAIL PROTECTED]> wrote: > Ben Curtis wrote: > > > In fact, I serve all my ColdFusion pages as .html because I migrated a > > static site to ColdFusion and it was easier to tell Apache to send .html > > file to ColdFusion than to change all the extensions and links. > > > > Wouldn't that cause a processing overhead if you ever wanted to serve a > non CFML page? >
Sure. although, a page with no CF content would probably be passed through quite quickly unless the server was under a heavy load elsewhere. I've done similar things for virtual hosts migrating all old static html to new php. Not the cleanest fix, but it does work. ~j -- Jonathan T. Sage Theatrical Lighting / Set Designer Professional Web Design [HTTP://www.JTSage.com] [HTTP://design.JTSage.com] [EMAIL PROTECTED] ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
