<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
.php call can be handled directly (without fcgi), by letting .php
extensions be executed with:<br>
C:\Program Files\MapGuideOpenSource\WebServerExtensions\Php\php-win.exe<br>
<br>
I don't know why it does not work with .fgci, but I have seen that
problem before.<br>
I belive that the development team are trying to remove fgci completely.<br>
<pre class="moz-signature" cols="72">Regards, Kenneth, GEOGRAF A/S
</pre>
<br>
<br>
Maksim Sestic skrev:
<blockquote cite="mid:13442183.post@talk.nabble.com" type="cite">
  <pre wrap="">Hi Jason,

I tried with almost identical code. It keeps returning "This page can not be
displayed" error. Something's preventing the code to get executed, but I
don't know what exactly :-) My IIS web application (under mapguide2008 web
application branch) enables scripts execution. Is there some specific PHP
setting I'm not aware of?

Regards,
Maksim Sestic


JasonBirch wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Is display_errors turned on in your php.ini file?

What are you using for a test .php?  I generally use a file that
contains:

&lt;?php phpinfo(); ?&gt;

Jason 

-----Original Message-----
From: Maksim Sestic
Subject: [mapguide-users] My PHP code under mapguide web app

that .php extensions are allowed, poiting to
"..\mapagent\isapi_fcgi.dll". When I try to run test.php script from
client computer it simply won't parse, meaning - nothing happens and no
errors returned.
_______________________________________________
mapguide-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a>


    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
</body>
</html>