Is it possible to setup a Web Application running PHP inside an ASP.net 4.0 site using IIS 7.0?
Is it possible to setup a Web Application running PHP inside an ASP.net 4.0 sit开发者_如何学Ce using IIS 7.0.
I would like to setup a WordPress blog as a sub folder (Web Application) of a website but when I do this and navigate to the blog subfolder I get a vanilla http 403 error. Any ideas?
You can install the PHP module for IIS. It's pretty straightforward and allows IIS to work with PHP files. http://php.iis.net/
There is a very simple way to install wordpress on iis http://learn.iis.net/page.aspx/280/install-wordpress-on-iis/ regarding of installing it as a web application I don't think it is possible because it must have it's own application pool
精彩评论