Date: Thu, 12 Jul 2001 12:03:44 +0200
Subject: Re: [cobalt-users] Qube2, PHP4.0.6, Apache 1.3.20 question...
I created two test pages containing
<html><body><?phpinfo()?></body></html>
and named them "index.php" and "indexphp.html" - when I browse to the
"index.php" page, I get "page cannot be displayed" and when I browse
to
"indexphp.html" I get a blank page (viewing source confirms the php
code
which
is being ignored).
I think your problem is the html in the php info page. Just create a
text
document with only <?phpinfo()?> in it, save that as index.php, upload
it
and try it again.
HTH,
Jay