From owner-freebsd-questions@FreeBSD.ORG Sat Jan 12 23:34:45 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A9E116A418 for ; Sat, 12 Jan 2008 23:34:45 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from ns1.kq6up.org (adsl-76-238-148-145.dsl.irvnca.sbcglobal.net [76.238.148.145]) by mx1.freebsd.org (Postfix) with ESMTP id 07C9113C459 for ; Sat, 12 Jan 2008 23:34:43 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from [192.168.1.2] ([192.168.1.2]) by ns1.kq6up.org (8.13.8/8.13.6) with ESMTP id m0CNYalC027373 for ; Sat, 12 Jan 2008 15:34:42 -0800 (PST) (envelope-from chris@chrismaness.com) Message-ID: <47894E87.2020300@chrismaness.com> Date: Sat, 12 Jan 2008 15:34:31 -0800 From: Chris Maness User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: index.php not automatically displaying X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2008 23:34:45 -0000 I have two web servers -- one old, and another I have just set up. I have tried to set up the new http.conf the same for php files, but the new one does not automatically parse index.php like index.html. This works on the old server, but not the new. Here are what I think the relevant lines in http.conf: # # DirectoryIndex: Name of the file or files to use as a pre-written HTML # directory index. Separate multiple entries with spaces. # DirectoryIndex index.php index.php3 index.html DirectoryIndex index.php3 index.html DirectoryIndex index.php index.html DirectoryIndex index.html DirectoryIndex index.php index.html DirectoryIndex index.html # AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps # # -- Chris Maness (909) 223-9179 http://www.chrismaness.com