Getting non-standard file extension to work with Adobe Dreamweaver
August 15th, 2008Simple fix. I began working with Cake PHP today which uses non-standardized file extensions. Getting Dreamweaver to function as expected is simple.
1. Go to C:\Program Files\.. your Dreamweaver directory.
2. open your_dreamweaver_dir\configuration\DocumentTypes\MMDocumentTypes.xml
3. Search for php or your standard extension of choice and add the extension that you would like to the list example-> replace(winfileextension=”php,php3,php4,php5″) with (winfileextension=”thtml,php,php3,php4,php5″)
Voila!