anandkunal / ToroPHP

Toro is a PHP router for developing RESTful web applications and APIs.
http://toroweb.org
MIT License
1.17k stars 173 forks source link

Installation for IIS #59

Closed rmirabelle closed 11 years ago

rmirabelle commented 11 years ago

It would be very helpful if your readme included a note that the web.config file for IIS requires the installation of URL Rewrite for IIS. The web.config file you provided was crashing in IIS with a very obscure error message until I downloaded and installed the URL Rewrite extension.

Thanks