Changing and adding file extensions recognized by Dreamweaver MX and 2004
http://www.macromedia.com/support/dreamweaver/ts/documents/add_ext_mx.htm
Make sure you are editing in the Configuration folder for You as a User.
side note- there's no requirement other than person choice for includes to
have a .inc file extension. Point- if the includes will contain php, it
would be a -very- good idea if the includes had a file extension that will
be parsed (like .php) so that if someone views
http://yoursite.com/includes/file.inc they won't see anything they don't
need to see- like a hard-coded db connection right in the include for
example...
Quote:
I found the answer Edit the file
Configuration/DocuementTypes/MMDocumentTypes.xml
Cheers
Paul |