Ao especificar SetHandler application/x-httpd-php5
em todas as solicitações, você está impedindo que mod_dir
execute seu trabalho.
Acho que isso funcionaria:
DirectoryIndex index index.php index.html
<Files *>
SetHandler application/x-httpd-php5
</Files>