Suyderman
Member
Posted 7 years ago #
My webhost is upgrading to: Apache 2.x, PHP5 en MySQL5
Will this affect my wordpress version 2 blog in any way?
Somebody working at my hosts' business suggested that I should add:
<IfModule mod_php4.c>
AddType application/x-httpd-php-5 .php
</IfModule>
to my .htaccess
Can anyone tell if this is really necessary?
mdriftmeyer
Member
Posted 6 years ago #
With Apache2, PHP5 and MySQL5 on Debian Sid I can tell you that the mime type will be fully qualified and registered with Apache2 if you have the php5 module enabled. You don't need to include this IfModule declaration if the Admins have configured Apache2 to have PHP5 out-of-the-box.