Skip to main content
Known Participant
October 3, 2010
Question

this means files.dwt may accept ONE serverside language, code and NOT required named file.dwt.cfm

  • October 3, 2010
  • 1 reply
  • 441 views

I found one file.dwt that has serverside code (PHP)

success, this means files.dwt may accept ONE serverside language, code and NOT required named file.dwt.cfm?

This topic has been closed for replies.

1 reply

Randy Edmunds
Adobe Employee
Adobe Employee
October 5, 2010

I found one file.dwt that has serverside code (PHP)

success, this means files.dwt may accept ONE serverside language, code and NOT required named file.dwt.cfm?

Are you saying that you have both PHP and CFML in that Template?

Also, why is "file.dwt.cfm" *required*?

Try this:

1. Make a copy of file.dwt.cfm and name it file.dwt.php

2. Detach your page from Template file.dwt.cfm

3. Attach your page to file.dwt.php

Does that fix it?

Randy