Page 1 of 1

Additional directories in htdocs [Solved]

PostPosted: 08. February 2012 19:34
by JBurlison
Hi all apachie newbie here, I want to add a couple of external drives that apachie has access to mainly for downloads storage. I had the in my htdocs but my raid array is running out of room. how do I add the additional directories? Thanks!

Re: Additional directories in htdocs

PostPosted: 08. February 2012 19:51
by JonB
well in Linux/unix its all one filesystem, so the simple answer would be add to symlinks (symbolic links) inside /opt/lampp/htdocs.
You will need to be sure things are always mounted and that the ownership and permissions are correct.

Good Luck
8)

Re: Additional directories in htdocs

PostPosted: 08. February 2012 20:08
by JBurlison
JonB wrote:well in Linux/unix its all one filesystem, so the simple answer would be add to symlinks (symbolic links) inside /opt/lampp/htdocs.
You will need to be sure things are always mounted and that the ownership and permissions are correct.

Good Luck
8)


Ahhh so simple yep worked like a charm thanks so much!