Skip to main content
alvin_p73027343
Participant
July 7, 2015
Question

Can ColdFusion 11 process .htm and .html extension

  • July 7, 2015
  • 1 reply
  • 586 views

Can ColdFusion 11 process .htm and .html extensions?

    This topic has been closed for replies.

    1 reply

    Legend
    July 7, 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?

    Inspiring
    July 9, 2015

    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.