From owner-freebsd-questions@FreeBSD.ORG Thu Aug 10 16:25:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 795A416A4DD for ; Thu, 10 Aug 2006 16:25:38 +0000 (UTC) (envelope-from javier@kjsl.com) Received: from skywagon.kjsl.com (skywagon.kjsl.com [69.36.240.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0483343D72 for ; Thu, 10 Aug 2006 16:25:37 +0000 (GMT) (envelope-from javier@kjsl.com) Received: from [64.102.51.199] (dhcp-64-102-51-199.cisco.com [64.102.51.199]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by skywagon.kjsl.com (Postfix) with ESMTP id 68DD82A6843; Thu, 10 Aug 2006 12:25:37 -0400 (EDT) In-Reply-To: <20060810162034.C58C4314266@mxo1.broadbandsupport.net> References: <20060810162034.C58C4314266@mxo1.broadbandsupport.net> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <83EACC60-E76A-4B21-AEA0-4AFC2248A830@kjsl.com> Content-Transfer-Encoding: 7bit From: Javier Henderson Date: Thu, 10 Aug 2006 12:26:40 -0400 To: rsclark@kingwoodcable.net X-Mailer: Apple Mail (2.752.2) Cc: Ron.Clark@eaglegl.com, freebsd-questions@freebsd.org Subject: Re: New Web Server 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: Thu, 10 Aug 2006 16:25:38 -0000 On Aug 10, 2006, at 12:20 PM, Ron Clark wrote: > > Hello all, > > > I am building a new web server , and have gotten Mysql, Apache and > PHP (php5-extensions) loaded from the p orts. However, Apache is > not > picking up my index.php file. Is there a step somewhere that I > have > missed? I have added > > A ddType application/x-httpd-php .php .phtml > AddType application/x-httpd-php-source .phps > > > to the httpd.conf f ile, still no luck. Does it work if you append /index.php to the URL? If so, add index.php to your DirectoryIndex stanza. -jav