Peoplespaces

Well-Known Member
Oct 1, 2001
262
6
318
cPanel Access Level
Root Administrator
Whenever I run EA3 it disables a line in the .htaccess files of a couple of sites. Specificaly the the line 'AddType application/x-httpd-php5 .php .htm .html' is commented out whenever I run the program.

Can anyone help to understand this issue?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello,

You will need to create an empty file named /var/cpanel/easy_skip_update_php_mime_types if you want to prevent EasyApache 3 from updating the PHP mime types in the .htaccess files. You can do this using a command such as:

Code:
touch /var/cpanel/easy_skip_update_php_mime_types
Thank you.