hellp
I connect to the IIS php.Does not see the PHP file ?
help pls
http://img835.imageshack.us/img835/4772/adszzlv.png
Printable View
hellp
I connect to the IIS php.Does not see the PHP file ?
help pls
http://img835.imageshack.us/img835/4772/adszzlv.png
check this path:
c:\inetpub\wwwroot\web.config
wep.configCode:<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<directoryBrowse enabled="true" showFlags="Date, Time, Size, Extension, LongDate" />
<handlers>
<remove name="PHP_via_FastCGI" />
<add name="PHP_via_FastCGI" path="*.php" verb="*" modules="FastCgiModule" scriptProcessor="C:\Program Files (x86)\PHP\php-cgi.exe" resourceType="Either" />
</handlers>
</system.webServer>
</configuration>
have u installed fastcgi ?
php-5.2.9-2-nts-win32-installer have