|
introduced "CgiFix" property.
Since i'm not able to reproduce the problem and for example in my tests 'ORIG_SCRIPT_NAME' contains '/php/php-cgi.exe'
<module id="request" class="System.Web.THttpRequest" CgiFix="1" UrlManager="friendlyurl-manager" UrlFormat="Get"/>
Use 'ORIG_PATH_INFO'
CgiFix="1"
Return 'ORIG_SCRIPT_NAME' in getApplicationUrl()
CgiFix="2"
Or to enable both:
CgiFix="3"
|