0

I am moving my ColdFusion site from CF-11 to CF-2018. I have sites which have ColdFusion code in .htm extension files, which is CF-11. Now I am moving my site to new server which has CF-2018, but .htm extensions are not working under the new server. I have already added the handler mapping under IIS. But it is showing me this error

404 - The page you are trying to access can not be displayed. Please try again or notify the administrator.

I have also followed the steps mention here: IIS manual connector configuration

Any suggestions on exactly what I am missing?

Update from comments

Both .htm and .html mappings are added, including mime type, all the available settings for both extensions are added in IIS. There is no information is appearing under the ColdFusion Logs

SOS
  • 6,430
  • 2
  • 11
  • 29

1 Answers1

0

@Shehzad Malik, The steps are indeed different from CF11-forward, You need to edit the uriworkermap.properties file for your web connector(s).

For your more info you can refer the below link, That they clearly said about it.

https://forums.adobe.com/thread/2267506

http://www.carehart.org/blog/client/index.cfm/2011/10/14/coldfusion_processing_html_or_other_file_extensions

I hope it's helpful to you. Thanks.

Kannan.P
  • 1,263
  • 7
  • 14