Making apache 2.2.11 parse .wml files as PHP?
        Posted  
        
            by RD
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by RD
        
        
        
        Published on 2010-03-23T13:20:35Z
        Indexed on 
            2010/03/23
            13:23 UTC
        
        
        Read the original article
        Hit count: 555
        
I've tried a variety of combinations, the following being my last attempt:
Addtype text/vnd.wap.wml wml
Addtype image/vnd.wap.wbmp wbmp
AddType text/vnd.wap.wmlscript wmls
AddType application/vnd.wap.wmlc wmlc
AddType application/vnd.wap.wmlscriptc wmlsc
AddType application/x-httpd-php .wml
How can I get stupid Apache 2.2.11 to parse .wml files as PHP?
© Stack Overflow or respective owner