Hi Kay, >I have a static site, well indexed in the search engines, that I'm going to >redevelop, add some new features etc. It's going on a Win2K3/CFMX6.1 >Standard/IIS server, and to make my life easier I'd like to use CF on the >HTML pages... but I can't change the .html files to .cfm, because they are >well linked and well indexed. I know it's possible to parse HTML files as >CF, but can it be done on a domain by domain basis using IIS and CFMX >Standard? And if so, does anyone know how?
Yes it can be done, we have had just such a case recently, hundreds of html pages that are now running out of a CMS. You can set the IIS mappings on a per-site basis so just map the .htm(l) extension to be the same as CF's. Every html page will then run through the CF server. -- Yours, Kym --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
