I have PHP 5 running well in IIS 7.5, and I have successfully implemented a PHP api using Restler.php on my shared linux hosting environment.
To improve development time I have decided to bring the pages local to my Windows environment but cannot get the api to work with the Rest functionality in IIS using Restler.php.
I have searched for documentation to assist with the configuration of IIS or even statements that would tell me I need URL Rewriting tools installed but couldn’t find anything that could help nor could I get the API to return anything not even “Hello World”.
Based on the comments and followups to the question it is clear that
Restler includes .htaccess files for URL rewriting which are written for Apache servers.
For IIS, you need to install URL Rewrite module, and create a
Web.configfile with the rewrite rules.This Guide can help you in the process