windows - a problem with creating a site in IIS 7.5 which is using PHP -


i trying run web application scripted in php on windows server 2008. have configured php (as fastcgi) , iis. goes fine except following scenario.

in php.ini document "doc_root" edited correct root path php projects "c:\inetpub\wwwroot\". created new site on iis , mapped it's path "c:\inetpub\wwwroot\application1". when try open site, see somehow (iis or php no idea ) nt run new application on path "c:\inetpub\wwwroot\application1". tries run on "c:\inetpub\wwwroot\", returns 404 of course. missing here ?

check see whether changing , loading correct php.ini file using phpinfo()


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -