Sure can. There are two philosophical line of thought here though. You can
without problem, and some do, have dynamic pages with the .cfm extension and
static pages with the .htm or html extension on the same site. There is
technically nothing wrong with this, and some say they prefer to do this
because you are only asking the CF server to parse the .cfm files when
requested and it doesn't bother with the .htm requests. For me, I find it
much less troublesome to just name them all with the .cfm extension. A
non-dynamic html page named with the .cfm is processed so fast by the CF
Server that it really doesn't make any real-world difference and you don't
have to worry which files are which during development.
--
Lawrence Cramer - Adobe® Community Expert
email: lawrence at cartweaver dot com
Cartweaver CF, ASP & PHP Shopping Cart for Dreamweaver
www.cartweaver.com
news://support.cartweaver.com
=====================================================
"denismoreno" <webforumsuser@macromedia.com> wrote in message
news:du2bp6$jkg$1@forums.macromedia.com...
> can i use coldfusion as the server technology and regular html dynamic
> pages together?
|