Hello,I have been asked to install an existing PHP/MySQL application on a system using Windows Vista. I have installed PHP 5.2.8, MySQL 5.1.31 and IIS 7.0. PHP is working as expected (I created a test page which displays the output from phpinfo()). The application in question posts to a login page from an index page called index.php. However, the form's action is simply set to "login", and not login.php as expected. Further checking revealed that all links in the application appear to exclude the file extensions. I have combed through the php.ini file and have not been able to find any configuration setting that deal with this. I have also tried configuring IIS to send all requests to PHP by setting the Handler Mapping to "*" instead of just "*.php". Thank you in advance for any information you may be able to provide. HM