Joseph Sands wrote: >> -----Original Message----- >> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of John Rankin >> Sent: Wednesday, October 10, 2007 5:55 PM >> To: [email protected] >> Subject: Re: [pmwiki-users] New install help >> >> On Thursday, 11 October 2007 4:29 AM, [EMAIL PROTECTED] > wrote: >>> 8. Re: New install help (Joseph Sands) >>> >>> The default webpage comes up fine. I created a hello world php page > when >>> I installed php to test it. It works and I can open it from both >>> http://localhost/index.php and http://localhost/pmwiki/index.php, I >>> copied the file to both locations for testing. It would seem if I > could >>> copy index.php into the pmwiki folder and access it I should be able > to >>> access pmwiki.php in the same folder. >> Try placing the following index.php file in the pmwiki directory to >> replace the pmwiki/index.php example above: >> >> <?php include('pmwiki.php'); ?> >> >> This should tell php to load up pmwiki.php. >> >> JR >> -- > > I tried this and it just opens a blank page. I already asked this in > another post but does the PHP mode make a difference? I installed it in > ISAPI mode vs CGI mode. Maybe that's where my problem lies. >
I don't think so. From my understanding using ISAPI is similar to using mod_php with Apache. As a next step I would suggest looking in your IIS logs. There is probably some sort of error, which isn't giving you an error message in the browser. Ian. _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
