Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 24603 invoked from network); 28 Oct 2007 19:10:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Oct 2007 19:10:57 -0000 Received: (qmail 32214 invoked by uid 500); 28 Oct 2007 19:10:35 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 32204 invoked by uid 500); 28 Oct 2007 19:10:35 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 32193 invoked by uid 99); 28 Oct 2007 19:10:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Oct 2007 12:10:34 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jslive@gmail.com designates 64.233.166.178 as permitted sender) Received: from [64.233.166.178] (HELO py-out-1112.google.com) (64.233.166.178) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Oct 2007 19:10:35 +0000 Received: by py-out-1112.google.com with SMTP id u52so3083579pyb for ; Sun, 28 Oct 2007 12:10:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=E9ZbG3UPrV2X8g5w62vLRsQxbLGQPtqCgj5/F0F9WE4=; b=MePbU9aRTzsGolywH8CW6imTasTifC/mdP7MY/aY0V65Na+cTisSooySNuhukD2FAa8fZa7fvrl21Du/D6CMWuraB2Ub+NxnEj0eOPgvM4kprCr5WDqzwt72bZrZq9ZkNvX+rrRukD2eiCM06m5rSppc19Ldv/PKejQz5JL2nqw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=nFWl9VnQVemiRU8NeoB46aAGs9QuCUEEVh1DlkA4nVkgJ35Pjmj7ZGnIeWhL8i5lj6akHAY+lZc6l+zg5YWggpG+oBpwILPtnV/wHfXDMmqfQOz1dRAKP+n82oIeazofGHYhflzgsdz0eXYh+QRjQPA9eyKxiS20h6jtLtIwP7g= Received: by 10.64.233.12 with SMTP id f12mr11149302qbh.1193598611589; Sun, 28 Oct 2007 12:10:11 -0700 (PDT) Received: by 10.65.183.10 with HTTP; Sun, 28 Oct 2007 12:10:11 -0700 (PDT) Message-ID: Date: Sun, 28 Oct 2007 15:10:11 -0400 From: "Joshua Slive" Sender: jslive@gmail.com To: users@httpd.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: e38ab1eb01f1bd13 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] MultiViews on PHP files not working On 10/28/07, Jan Engelhardt wrote: > > On Oct 28 2007 14:16, Joshua Slive wrote: > >On 10/27/07, Jan Engelhardt wrote: > >> Hi, > >> > >> > >> .php files are skipped when mod_negotiation looks for files. > > > >This is just a guess, but perhaps you are using AddType rather than > >AddHandler to activate php and need to read > >http://mark.tranchant.co.uk/notes/multiviews > > grep -r php5 /etc/apache2: > > ./conf.d/php5.conf: AddHandler application/x-httpd-php .php > > So it's in (this is the default config file from the distribution.) > The webpage you name says "AddHandler php-script .php", > does that make a difference? No, they should be synonymous. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org