Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

apache virtual directory on Win32

Status
Not open for further replies.

vodalus

IS-IT--Management
Feb 11, 2002
1
US
I am trying to set up a virtual directory on my apache for Win32 on a Win2k box. I would like the directory at c:\apache\ on my apache server to point to d:\ftp\music on another box in my network.

I have mapped d:\ftp\music to m:\ on my apache server box, but can't figure out how to get c:\apache\ to point to it.

I "think" it could be done with the alias directive, but haven't been able to make that work. Anyone have any ideas?

Thanks
Matt
 
Hi,

Not sure quite what you want to do here. You can use Alias to point to a directory that is not under the DocumentRoot directory. For example :

Alias /Music "D:/ftp/music"

Then gets you there.

Hope this helps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top