From: "Sid" <[EMAIL PROTECTED]> > This is the first time I am installing PHP on IIS and I don't know what I am doing wrong. I copied the default php.ini file to the winnt dir. > Then I added an ISAPI extention with .php to the App Mapings tab. (ISAPI caching enabled) > Then I made a test.php file with > <?php > phpinfo(); > ?> > but ll I see is the source code when I access this page. > > Does anyone have any ideas?
1. Make sure php4isapi.dll is in the same directory as php.exe 2. Make sure the IIS user (typically IUSR_computername) has read permissions to c:\php (or wherever you put PHP) 3. Don't skip adding the ISAPI filter. I don't know why the instructions say this as it never works unless you do it. 4. Make sure you restart IIS after the changes. If that still doesn't work, let me know. If it doesn't work, open up the "ISAPI Filter" tab and see if you have a red or green arrow next to the PHP Filter. ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php