otacon6530 Posted July 28, 2007 Share Posted July 28, 2007 I have a computer with multiply drives and the drive that I am using Apache is running out of room for my information. I was wondering if I could somehow get the other drives to show up on my server. I heard I should us aliases, but am unsure. Is it possible to us the other drives or not and if it is how do I do it? Link to comment https://forums.phpfreaks.com/topic/62142-multiply-drives/ Share on other sites More sharing options...
jvrothjr Posted July 28, 2007 Share Posted July 28, 2007 Only issues i have had is network drives. Reason the drive letter has to exist at boot if apache is started as a service on window put you should be able to setup an alias to the other drive letter sense it is a local drive. Link to comment https://forums.phpfreaks.com/topic/62142-multiply-drives/#findComment-309364 Share on other sites More sharing options...
otacon6530 Posted July 28, 2007 Author Share Posted July 28, 2007 well I am really new at this stuff so is this how it is suppose to look like Alias /fdrive "/f:/" Where fdrive would be http:/localhost/fdrive and F: is the drive on the computer Sry I am really confused Link to comment https://forums.phpfreaks.com/topic/62142-multiply-drives/#findComment-309399 Share on other sites More sharing options...
jvrothjr Posted July 28, 2007 Share Posted July 28, 2007 httpd.conf file for apache Alias /morespace/ "f:/morespace/" <Directory "f:/morespace"> Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all </Directory> Link to comment https://forums.phpfreaks.com/topic/62142-multiply-drives/#findComment-309627 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.