Re: php not working (this message fixed it!!)

2002-10-17 Thread Matt Price
for me, it was just slightly more complicated -- instead of uncommenting AddType application/x-httpd-php3 .php3 I just added .php3 o the php4 mime-types: AddType application/x-httpd-php .php .php4 .php3 .phtml and everything now seems to work fine. I got this trick from a friend's RedHat con

Re: php not working (this message fixed it!!)

2002-10-16 Thread Chip Rose
On Wed, 16 Oct 2002, James Hughes wrote: > On Wed, Oct 16, 2002 at 12:08:25PM +1000, Rob Weir wrote: > > On Tue, Oct 15, 2002 at 03:52:00PM -0400, Matt Price wrote: > > > hey htere everyone, > > > > > > trying to get php4 installed on my woody server and don't seem to have > > > it figured out