Category: Windows

  1. In IIS go to the relevant site
  2. Double click ‘Handler Mappings’
  3. If there is already an entry for .cfm or * they should be as below. If not, delete and recreate them.
  4. Click “Add Module Mapping” and add the following 3 entries:
StaticFile: 
   Request path: *
   Module: StaticFileModule,DefaultDocumentModule,DirectoryListingModule
   Executable (optional): 
   Name: StaticFile

CFMap:
   Request path: *.cfm
   Module: IsapiModule
   Executable: C:ColdFusion9runtimelibwsconfigjrun_iis6.dll
   Name: CFMap

CFMap1:
   Request path: *
   Module: IsapiModule
   Executable: C:ColdFusion9runtimelibwsconfig2jrun_iis6_wildcard.dll
   Name: CFMap1

 

Tags:

Windows Plesk

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.