Simple answer, you can't
Any files called index.php are given the same location on the WOL, as with all the other pages. To get around this I've created a redirect page which is index.php and the real page that is the "index" if you see what I mean.
Alternativly you could add this line into a .htaccess file:
Code:
DirectoryIndex index2.php index.php index.html index.htm
Then it will use index2.php if it exists before it tries index.php