[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Qube2, PHP4.0.6, Apache 1.3.20 question...
- Subject: Re: [cobalt-users] Qube2, PHP4.0.6, Apache 1.3.20 question...
- From: "planetexpress@xxxxxxx" <planetexpress@xxxxxxx>
- Date: Wed Jul 11 19:04:50 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Am 11.07.2001 18:23 Uhr schrieb "Jay Summers" unter
<jay@xxxxxxxxxxxxxxxxxxxx>:
>> 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
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
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