From owner-freebsd-questions Fri Oct 12 12:53:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta2.srv.hcvlny.cv.net (mta2.srv.hcvlny.cv.net [167.206.5.5]) by hub.freebsd.org (Postfix) with ESMTP id BB00137B401 for ; Fri, 12 Oct 2001 12:53:39 -0700 (PDT) Received: from andre2pj3ipvtr (ool-182dd94d.dyn.optonline.net [24.45.217.77]) by mta2.srv.hcvlny.cv.net (iPlanet Messaging Server 5.0 Patch 2 (built Dec 14 2000)) with SMTP id <0GL300L5XZ98IR@mta2.srv.hcvlny.cv.net> for freebsd-questions@FreeBSD.ORG; Fri, 12 Oct 2001 15:53:32 -0400 (EDT) Date: Fri, 12 Oct 2001 15:52:40 -0400 From: A N Cameron Subject: Re: Apache Question To: "Gerald T. Freymann" , free bsd Message-id: <00bc01c15357$73a99bc0$4dd92d18@andre2pj3ipvtr> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Mailer: Microsoft Outlook Express 6.00.2600.0000 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <00b201c15352$d1d586a0$4dd92d18@andre2pj3ipvtr> <012001c15356$8f4ac760$0f01a8c0@phantom> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG A symbolic link will not protect the files ;) Mindswell just put the directory there:) ----- Original Message ----- From: "Gerald T. Freymann" To: "A N Cameron" ; "free bsd" Sent: Friday, October 12, 2001 3:46 PM Subject: Re: Apache Question > You create a symbolic link > > ln -s /home/user/web/phpshop /home/user/web/htdocs/phpshop > > or is that the other way around? hee hee. > > ln -s /home/user/web/htdocs/phpshop /home/user/web/phpshop > > gf. > > ----- Original Message ----- > From: "A N Cameron" > To: "free bsd" > Sent: Friday, October 12, 2001 3:19 PM > Subject: Apache Question > > > Ok Got a problem;) I need to do a directory alias and I'm not sure what to > put in the command line heres what I need to do: > > I need theb browser pointing to > > http://yourdomain.com/phpshop > > to point to: > /home/user/web/phpshop > > NOT > /home/user/web/httpdocs/phpshop > > Any one know how to do this? > I thought it was just Directory Alias but I gues not;) > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message