3
also using this config method is working in specific order..
so if u have DirectoryIndex index.html index.php
then it will look for index.html 1st, if it don't find index.html it looks for index.php
therefore if you have an index.html file in your root folder it will display that file instead of index.php
so u can either change the order round to DirectoryIndex index.php index.html
or simply remove the index.html from your root if u have 1..