Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 40298 invoked by uid 500); 11 Mar 2003 00:33:19 -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: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 40269 invoked from network); 11 Mar 2003 00:33:18 -0000 Received: from zig.sci-tech.org.uk (195.62.205.2) by daedalus.apache.org with SMTP; 11 Mar 2003 00:33:18 -0000 Received: from miswebdesign ([195.62.205.176]) by zig.sci-tech.org.uk (Netscape Messaging Server 3.5) with SMTP id 2866 for ; Tue, 11 Mar 2003 00:33:52 +0000 From: "Nigel Peck - MIS Web Design" To: Date: Tue, 11 Mar 2003 00:33:16 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: RE: [users@httpd] where would i configure an alias Look for the section that starts: in your hhtpd.conf. Within that section add this: Alias /aliasname/ "c:/path/to/directory/" Options Indexes FollowSymlinks MultiViews AllowOverride None Order allow,deny Allow from all Note the slash on the end of the directory name in the Alias but not in the . HTH Nigel Peck MIS Web Design http://www.miswebdesign.com/ > -----Original Message----- > From: Rob Landry [mailto:bigrob8181@hotmail.com] > Sent: 10 March 2003 22:17 > To: users@httpd.apache.org > Subject: [users@httpd] where would i configure an alias > > > I understand that I must use an alias to utilize files in my D:\ drive, > however I am not sure how to make the server see the D:\ drive. I think > that I am supposed to add a so that it the D:\ drive > is seen. > Please help me with this setup as I am not totally understanding > how to do > this. Where in my .conf file am I supposed to add these lines? Any help > that can be provided would be most appreciated. > > --Rob > > _________________________________________________________________ > Add photos to your e-mail with MSN 8. Get 2 months FREE*. > http://join.msn.com/?page=features/featuredemail > > > --------------------------------------------------------------------- > 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 > --------------------------------------------------------------------- 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