From owner-freebsd-questions@FreeBSD.ORG Thu Oct 2 06:21:18 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E3D416A4B3 for ; Thu, 2 Oct 2003 06:21:18 -0700 (PDT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6D7B43F93 for ; Thu, 2 Oct 2003 06:21:17 -0700 (PDT) (envelope-from lists@u-rep.com) Received: from [212.227.126.162] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1A53OJ-00069F-00; Thu, 02 Oct 2003 15:21:11 +0200 Received: from [213.138.48.77] (helo=10.0.0.119) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1A53OJ-00022r-00; Thu, 02 Oct 2003 15:21:11 +0200 Date: Thu, 2 Oct 2003 15:21:09 +0200 From: "H. Bartel" To: Nico Meijer X-Priority: 3 In-Reply-To: <3F7C20DF.4040808@zeus.piweb.nl> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailer: Mailsmith 2.0.2 (Blindsider) cc: FreeBSD Questions Subject: Re: apache & php3 question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2003 13:21:18 -0000 On 10/02/2003 02:58 PM nico@zeus.piweb.nl (Nico Meijer) wrote: >Change: > > > AddType application/x-httpd-php .php > >To: > > > AddType application/x-httpd-php .php .php3 > >And you should be dandy again... Nico This looks like it does make a lot of sense. After changing and restarting apache, it only works partially. Most pages get parsed, but for some reason, my index.php3 gets downloaded when called from the browser. For some other reason php includes seem to not work, but this might be another problem, with the php installation. I'd be thankful for a hint on this nevertheless ;) Thanks, H.