<IfDefine PHP5># Load the module first<IfModule !mod_php5.c>LoadModule php5_module modules/libphp5.so</IfModule># Set it to handle the files<IfModule mod_mime.c>AddType application/x-httpd-php .phpAddType application/x-httpd-php .phtmlAddType application/x-httpd-php .php3AddType application/x-httpd-php .php4AddType application/x-httpd-php .php5AddType application/x-httpd-php-source .phps</IfModule>DirectoryIndex index.php index.phtml</IfDefine>