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
Post a Comment