• 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?

Viewing 1 replies (of 1 total)
  • 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.

Viewing 1 replies (of 1 total)
  • The topic ‘Apache 2.x, PHP5 en MySQL5’ is closed to new replies.