From owner-freebsd-questions@FreeBSD.ORG Thu May 29 17:54:09 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 AE69C37B401 for ; Thu, 29 May 2003 17:54:09 -0700 (PDT) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C8A943F93 for ; Thu, 29 May 2003 17:54:08 -0700 (PDT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (on@banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.3/8.9.3) with ESMTP id h4U0rtmE098230; Fri, 30 May 2003 07:53:56 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.8.5/8.8.5) id HAA10319; Fri, 30 May 2003 07:55:31 +0700 (ICT) Date: Fri, 30 May 2003 07:55:31 +0700 (ICT) Message-Id: <200305300055.HAA10319@banyan.cs.ait.ac.th> X-Authentication-Warning: banyan.cs.ait.ac.th: on set sender to on@banyan.cs.ait.ac.th using -f From: Olivier Nicole To: ian@cerebellum.za.net In-reply-to: References: X-Virus-Scanned: by amavisd-milter (http://amavis.org/) cc: freebsd-questions@freebsd.org Subject: Re: PHP 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: Fri, 30 May 2003 00:54:10 -0000 > I have just re-installed apache, then mod_php4. I kept my old httpd.conf, > put it back, fired up apache, checked the website, and it displays all the > php code. I guess that you need to tell somewhere that the .php .html files should go throu PHP. AddType application/x-httpd-php .php .html Olivier