I would like to make php interpret .jad-extention. I have managed to do it with .wml, but I can't understand why it doesn't do the same with .jad.
All the PHP-code is still showing in the file as plain text.
.htaccess-file
MIME Types for WAP
For PHP 4.x, use this:
HERE IS JAD
AddType application/x-httpd-php .wml .jad
For PHP 3.x, use this:
AddType application/x-httpd-php3 .wml
For normal WML pages.
AddType text/vnd.wap.wml .wml
For WML embedded graphics.
AddType image/vnd.wap.wbmp .wbmp
End MIME Types for WAP
AND HERE
AddType text/vnd.sun.j2me.app-descriptor .jad
AddType application/java-archive .jar