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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change Drives

Status
Not open for further replies.

mikemogren

Programmer
Joined
Nov 10, 2000
Messages
1
Location
US
Hello, I am using apache web server for win32
i have multiple hard disks and i would like to access both of them from the http server. If i type (to switch to drive d) then i get a forbidden message. What setting do i need to change in order to access this drive?
thanks much!
~Mike
 
Im not that familiar with Win32 apache, but I think what you will need to do is create an Alias in your httpd.conf file:

Alias /d/ D:/

might allow you to use as a path into the root of your d drive.

Im not positive that this works this way in Win32 but I think it should.

Regards,
Gerald
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top