Has anyone succeeded? I was able to get somewhere (with a PHP over FastCGI, MySql database, and URL Rewriter 2.0 Beta), but most of the code depends on the RewriteBase rule, which is not yet supported by the IIS rewriter. Needless to say, deploying it in the server root is not really an option...
相关问题
- .NET using wrong 2.0 machine.config instead of 4.0
- 403 Forbidden when Deploying asp.net 4.0 MVC 3 sit
- IIS 7 rewrite rule and Url.Content issues
- Proper setup for IIS7.5 machine account for anonym
- Does web.config authorization work on files other
相关文章
- XCopy or MOVE do not work when a WCF Service runs
- The 'DbProviderFactories' section can only
- ASP.NET code to detect whether IIS “Windows Authen
- Installing Web Deploy on IIS 7+ with Shared Config
- IIS7: Possible causes of 'Unrecognized configu
- Should I set ASP.NET application pool to auto-recy
- IIS Manager Bad Data. 0x80090005
- SQLExpress connection fails in IIS 7 w/ user insta
Well, it seems that only adding an application root to all paths would solve the problem. Here are the steps to deploy it:
short_open_tag
error_reporting
toE_ALL & ~E_NOTICE
/index.php
->index.php
)I'll try to submit most of this as a patch (the web.config + php patch), but I'm still very new to Git, so it may take a few days until I get it :)