<FilesMatch \.php$>
SetHandler application/x-httpd-php
</FilesMatch>
DirectoryIndex disabled
DirectoryIndex index.php index.html index.htm
<Directory /var/www/>
Options -Indexes
AllowOverride All
</Directory>