Eu acho que a linha:
Aplicativo AddType / x-httpd-php .php .phtml
tem de estar dentro de < IfModule mime_module > e < / IfModule >
Então talvez devesse ser:
<IfModule mime_module>
TypesConfig conf/mime.types
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz
AddType application/x-httpd-php .php .phtml
</IfModule>