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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -