
AddHandler application/x-httpd-php .php
AddType application/x-httpd-php .php
<FilesMatch "\.php$">
    SetHandler application/x-httpd-php
</FilesMatch>
Options +ExecCGI
