index.php on iis

So I want IIS to recgonize index.php so it will load up a domain without a file name. How do I do this? I tried haveing a redirect from the plain domain to index.php, but it doesn't seem to work. I should say this is on a subdomain too.
 
you need ot turn on directory indexes at the bottom of the website options menu, after selecting the sub domain from the list.

then enter the index.php and it will be the default index file
 
Back
Top