in the apache2 install dir go to conf subdir and open httpd.conf file. Find this line:
DirectoryIndex index.html index.html.var
and add index.php to the end
DirectoryIndex index.html index.html.var index.php
note: this doesn’t disable directory listig
note2: save file and restart apache2