Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 55743 invoked from network); 18 Dec 2008 01:36:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Dec 2008 01:36:20 -0000 Received: (qmail 45918 invoked by uid 500); 18 Dec 2008 01:36:21 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 45900 invoked by uid 500); 18 Dec 2008 01:36:21 -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 45891 invoked by uid 99); 18 Dec 2008 01:36:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Dec 2008 17:36:21 -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 bruce.hyatt@gmail.com designates 72.14.252.155 as permitted sender) Received: from [72.14.252.155] (HELO po-out-1718.google.com) (72.14.252.155) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Dec 2008 01:36:01 +0000 Received: by po-out-1718.google.com with SMTP id c31so246517poi.1 for ; Wed, 17 Dec 2008 17:35:40 -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:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=BWqSS+4wROTzR9Nz2G4WT/RjvY5X3iS6mzMDrZWdMhY=; b=VA7x2nOnvMzn+o8im5n+lMk2vKj4bpi5eocIS/Rj3y4ov3lbBV495ITAUVkkU5aHxW nrNot09Tg3APZzY+x6tGflAFrrbN6E4hSom+G2Zuv493JkYv41d+dPYZV3UznQRD/B+e jiSI1Ycfbxsw5uMNx1AEzhHCi6LVBonAEZIaw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=J/N8pHYImlZC4yEVpEpM3Pi6+zdvHT+wtcUHgk4lMBCMmi1FZ3b/XXdQW5/OH97vgv iP+6kCZOe2x+Ka0dJ6OR0/gtPEu4wwGj74WivQjGz0WyhoR3acEx9zQnpdVTV6WPnyfq pgqLgy8RkuG4VMTN8rl3tJnpntxY4+AHi6SU4= Received: by 10.141.5.20 with SMTP id h20mr662990rvi.299.1229564140337; Wed, 17 Dec 2008 17:35:40 -0800 (PST) Received: by 10.141.180.4 with HTTP; Wed, 17 Dec 2008 17:35:40 -0800 (PST) Message-ID: Date: Wed, 17 Dec 2008 20:35:40 -0500 From: "Bruce Hyatt" To: users@httpd.apache.org Subject: Re: Hide Directory In-Reply-To: <20081217172226.28416@web005.roc2.bluetie.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081217172226.28416@web005.roc2.bluetie.com> X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Dec 17, 2008 at 5:22 PM, Edwin wrote: > Hey Guys and Girls > > I'm seriously under educated when it comes to this server and could use your > help with what is probably the easiest thing to do. But I got to ask and > diminish what pride I may have had to begin with. So if you an answer this > question I thank you in advance. > > How do I get the server to hide the actual url path from the viewer. In > other words how do I get it to say > > www.yoursitehere.com > > instead of > > www.yoursitehere.com/directory/here/there/andthatotherplace/index.html > > > ________________________________ > Click here to find the name brand hair care products you're looking for! > Hair Care Products - show relevant results >> Try using mod_rewrite. Documentation is here: http://httpd.apache.org/docs/ --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org