Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Can ColdFusion 11 process .htm and .html extension

New Here ,
Jul 07, 2015 Jul 07, 2015

Can ColdFusion 11 process .htm and .html extensions?

533
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Jul 07, 2015 Jul 07, 2015

Files with .htm and .html extensions are *normally* handled by the web server.  ColdFusion doesn't touch them.

Do you have a special circumstance where you need CF to process HTML pages?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Jul 08, 2015 Jul 08, 2015
LATEST

ColdFusion can process any file extension if you configure the web server to pass those files through to CF.  What web server are you using?  As a side note, i you are just trying to hide the fact that you are using ColdFusion for security reasons, rewrite rules on your web server might be a better option.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources