Re: accessing files on another hard drive possible?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Kevin law wrote:
I have 3 hard drives hooked up. they are labeled c,e, and d.

i have an index.html page setup in my documentroot folder. So i can manage
links to folders and files in an organized way.

i have tried making a link to e:\files\
but it just tells me that its forbidden

is it possible to access folders/files on another harddrive?

Yes, but because they are not "under" your current DocumentRoot, you will have to give them permissions, by using a <Directory> section, as follows :

<Directory e:/files>
  Allow from all
</Directory>

Warning: with the above, do not put anything under e:/files that you do NOT want users to see.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux