I developed a PHP web application under Apache and am currently in the process of moving it to a server running IIS 6. Whenever I use this application on an Apache server typing this:
http://mysite.com/subpage/
would internally redirect to:
http://mysite.com/subpage/index.php
Is there a way within IIS 6 to replicate this same behavior? Simply typing a link without index.php
give me a director listing denied error. I am not a server administrator, and thus do not have the ability to install an extensions, if they are needed.
Thank you for your time