I have a symfony2 application which I want to host on IIS the problem is that apparently fastcgi doesn't understand utf8 characters in url and doesn't pass them to symfony therefore the application isn't working. How can I fix this behavior and make it work?
P.S. : The application runs fine on Apache P.S. 2: When I try to install this hotfix it gives me the error of "the certificate of the signer of this message is invalid" !!
Thank you