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?
directory
andindex
doesn't mean the same thing asdirectoryindex
. Please pick tags with care. – Alcinaindex.php
explicitly? – ArthromereDirectoryIndex
? If so, did you restart Apache after changing the configuration? – AlcinaDirectoryIndex
and restarted apache. It didn't change anything. – Azrael