My Apache web server suddenly stopped serving index.php files automatically. It shows direcotry listing instead. I've tried helps but no luck.
My htttpd.conf file includes
<IfModule module_php5> AddType application/x-httpd-php .php </IfMOdule> and
DirectoryIndex index.php index.html What could be wrong if all above are OK?
directoryandindexdoesn't mean the same thing asdirectoryindex. Please pick tags with care.index.phpexplicitly?