I have php code written in test.inc file but dreamweaver is showing no color highlighting.
Is there any way to make them same color code as .php extension
|
I have php code written in test.inc file but dreamweaver is showing no color highlighting. Is there any way to make them same color code as .php extension |
|||
|
|
|
You'll have to add the On Windows 7 and Vista, the file is located at: C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS4\configuration\DocumentTypes\MMDocumentTypes.xml and on XP: C:\Program Files\Adobe\Adobe Dreamweaver CS4\configuration\DocumentTypes\MMDocumentTypes.xml After opening the file, search for PHP. You'll come across this block:
Now add the
save this file, exit, and restart Dreamweaver. |
|||||
|
|
|
As of CS5.5 on Windows 7 the file exists twice. Once in the location mentioned by John T, but also in:
If you dont change this file, the color coding won't work. |
|||
|
|
|
Since this is a problem across a wide array of applications, the easiest solution I found was just to rename the files in question to this format: filename.inc.php And then for security purposes to prevent direct access, I usually add this in my htaccess files:
|
|||||
|
|
In CS5, you can't have duplicates of your entry in the XML (if the extension is already assigned to another file type, so check/remove any duplicate you don't want otherwise there will be an errors when starting Dreamweaver. In addition, you also can't save a backup XML in the folder using the same name (like "MMDocumentTypes_BU.xml"). Dreamweaver will try and read both files, you will get errors having duplication extensions entered. |
|||
|
|
|
You have to put ',inc' in the Adobe Dreamweaver CS4\configuration\Extensions.txt file as well for CS4. Once in the top line and once in the coldfusion line. (after cfc) |
|||
|
|