How do I make my Apache server recognize .php files as the index file of a website?
I have a directory www.site.com/files
In that directory is the file index.php, how do I make Apache automatically open that file like it does with index.html.
I have php installed.
|