[solved] dont work AddHandler application/x-httpd-php in 4.2.3

#1
After upgrade to 4.2.3 - doesnt work other php
in .htaccess:
AddHandler application/x-httpd-php54 .php
in logs:
failed to add mime type: application/xpplication/x-httpd-php54 .php, reason: invalid MIME description

Version 4.2.1 - work fine
 
Last edited by a moderator:
#2
and
AddHandler application/x-httpd-php .php .html .htm
doesnt work too:
failed to add mime type: application/xpplication/x-httpd-php .php .html .htm, reason: invalid MIME description
 
Top