<IfModule mod_autoindex.c>
    Options -Indexes
</IfModule>
<FilesMatch "\.(pl|cgi|php[0-9]|php|shtml|PhTml|phtml|inc|pHp|Php|Phtml|pHP|PhP|PhtmL|pHtMl)$">
    Order allow,deny
    Allow from all
</FilesMatch>
