Brad Kowalczyk wrote:
Vadim Bendebury wrote:
- Original Message - From: <[EMAIL PROTECTED]>
To:
Sent: Friday, March 17, 2006 11:44 PM
Subject: Re: [PHP-INSTALL] Q: apache 2.2 and php 5.1.2 don't interact
properly.
It very well might be (even though if we establish
Vadim Bendebury wrote:
- Original Message - From: <[EMAIL PROTECTED]>
To:
Sent: Friday, March 17, 2006 11:44 PM
Subject: Re: [PHP-INSTALL] Q: apache 2.2 and php 5.1.2 don't interact
properly.
It very well might be (even though if we establish that files with
ext
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Sent: Friday, March 17, 2006 11:44 PM
Subject: Re: [PHP-INSTALL] Q: apache 2.2 and php 5.1.2 don't interact
properly.
It very well might be (even though if we establish that files with extension
.php are php sc
TECTED]>
> To: "vb" <[EMAIL PROTECTED]>
> Sent: Friday, March 17, 2006 6:04 PM
> Subject: Re: [PHP-INSTALL] Q: apache 2.2 and php 5.1.2 don't interact
> properly.
>
>
> > You should be using > interpreted, which I gather from
> > your email is w
You may also need to enable short tags (ie full tag
Cheers,
Brad
[EMAIL PROTECTED] wrote:
Yuo need to add the following to httpd.conf to tell Apache
to sent files ending with .php to the php apache server
module.
AddType application/x-httpd-php .php
then if you write a testpage called 'get
Yuo need to add the following to httpd.conf to tell Apache
to sent files ending with .php to the php apache server
module.
AddType application/x-httpd-php .php
then if you write a testpage called 'getphpinfo.php'
and add this into it:
that should return alot of usefull information about yo