Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 67319 invoked from network); 14 Feb 2008 18:01:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Feb 2008 18:01:51 -0000 Received: (qmail 25488 invoked by uid 500); 14 Feb 2008 18:01:34 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 25468 invoked by uid 500); 14 Feb 2008 18:01:34 -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 25457 invoked by uid 99); 14 Feb 2008 18:01:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2008 10:01:34 -0800 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.176 as permitted sender) Received: from [64.233.166.176] (HELO py-out-1112.google.com) (64.233.166.176) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2008 18:01:03 +0000 Received: by py-out-1112.google.com with SMTP id d37so713234pye.29 for ; Thu, 14 Feb 2008 10:01:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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=/OEDwrO+Lre4EYawVyi9IO3Lr1vNjI2Yz1FLT9mWEwM=; b=BCPLP/tLVdtD7DvI2eaOpeSV+bgthVicJf7+jwVfGpc6uXx4Qx8cxx9DA6WmX7XoIOGso1BsuwEnMuRtriXE6xcpZk0KY6cEGYnoQXHmjODQSArCKJCroyZOosdNjos8C/4jsYZQNV8jdd94e9cxNv4gH6QV7a85iMDOpmU7w2U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=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=WTQXBGp6gTMwtH3oWwohFEFlpLeiDbiMlbsYJGHpWnS8g5yqCdjTNQnDwXzulwn/SrgCTZtcAkr2BdKIl3UJ0+7zMba2oaKB64fIHIyWAUxYlXcoEWG4itJOX87MCAnK2d7FuJywCRhSvAaue31b5pxDuiacI4tYHWtG6yLvY1k= Received: by 10.65.61.5 with SMTP id o5mr1655219qbk.61.1203012070927; Thu, 14 Feb 2008 10:01:10 -0800 (PST) Received: by 10.65.158.1 with HTTP; Thu, 14 Feb 2008 10:01:10 -0800 (PST) Message-ID: Date: Thu, 14 Feb 2008 13:01:10 -0500 From: "Joshua Slive" Sender: jslive@gmail.com To: users@httpd.apache.org In-Reply-To: <395093.44682.qm@web26205.mail.ukl.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <395093.44682.qm@web26205.mail.ukl.yahoo.com> X-Google-Sender-Auth: 01d01fa6ac65b59f X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] index.php On Thu, Feb 14, 2008 at 12:56 PM, Melanie Pfefer wrote: > excuse this beginner's question: > > how to configure apache so that when I enter > http://localhost/cacti goes directly to > http://localhost/cacti/index.php Find the DirectoryIndex directive in httpd.conf and add index.php on to the line. Joshua. --------------------------------------------------------------------- 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