From owner-freebsd-questions@FreeBSD.ORG Wed Sep 12 19:30:18 2007 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 58C6A16A418 for ; Wed, 12 Sep 2007 19:30:18 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (66-230-99-27-cdsl-rb1.nwc.acsalaska.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 1E61813C458 for ; Wed, 12 Sep 2007 19:30:18 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 7436D1CCDD for ; Wed, 12 Sep 2007 11:30:17 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Wed, 12 Sep 2007 21:30:16 +0200 User-Agent: KMail/1.9.7 References: <20070912120014.1B87016A4C6@hub.freebsd.org> <94136a2c0709121151m209ef65ale509038ec1278c30@mail.gmail.com> In-Reply-To: <94136a2c0709121151m209ef65ale509038ec1278c30@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709122130.16659.fbsd.questions@rachie.is-a-geek.net> Subject: Re: php5-5.2.3_1 / website behaves as if not enabled in httpd.conf 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: Wed, 12 Sep 2007 19:30:18 -0000 On Wednesday 12 September 2007 20:51:52 Zbigniew Szalbot wrote: > There's only one problem left to be solved - files with php extensions > are not really shown in browser until I click RELOAD. Files with html > extensions are shown without the need to reload. Thanks for your > patience! To try and come to the cause, take Indexes outof Options for a given directory/location. It should give a Forbidden at that time, reason will be in error log, the exact request should be in access log. Look for subtle differences if there are any - between the forbidden and the reloaded page (like ending slash or what not). -- Mel