[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Qube2, PHP4.0.6, Apache 1.3.20 question...



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

Ooops. That's way wrong. Just type the following lines:
<?php
phpinfo();
?>

Save it as test.php ind your document's root and point your browser to
http://yourhost/test.php

Nope, no luck with that either. It's posted at http://www.inclinesys.com/index1.php

-Doug