Gil Posted January 3, 2009 Share Posted January 3, 2009 say for instance, I am running www.whatever.com I'm trying to get apache to add drive D, E, F, etc.. as www.whatever.com/(drive letter)/ how do I do it? I've tried everything! I get 404 errors, cannot load errors, and worse! >< thanks for your time. Link to comment https://forums.phpfreaks.com/topic/139343-using-multiple-harddrives-with-apache/ Share on other sites More sharing options...
corbin Posted January 3, 2009 Share Posted January 3, 2009 Aliases should work. Alias /D/ D:/ Link to comment https://forums.phpfreaks.com/topic/139343-using-multiple-harddrives-with-apache/#findComment-728874 Share on other sites More sharing options...
Gil Posted January 3, 2009 Author Share Posted January 3, 2009 hmm thanks, I see what I did wrong in your response. I wasn't assing quotes around the drive, plus I copied a snippet of folder information with it accidentally. quotes can really screw coding up Link to comment https://forums.phpfreaks.com/topic/139343-using-multiple-harddrives-with-apache/#findComment-728882 Share on other sites More sharing options...
corbin Posted January 4, 2009 Share Posted January 4, 2009 Yeah, quotes are pretty important ;p. Link to comment https://forums.phpfreaks.com/topic/139343-using-multiple-harddrives-with-apache/#findComment-729081 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.