Page 1 of 1

external hard drive for storage.

PostPosted: 03. January 2017 14:28
by alabamappop
Can I connect an external hard drive to my xampp server and have xampp draw files from it along with htdocs or is htdocs the only source. I set up some subdirectories and added some info in them but I have way too much data to be doing that. I was hoping I could just add my hard drive.
Thanks for any help.

Re: external hard drive for storage.

PostPosted: 03. January 2017 21:16
by JJ_Tagy
Yes, you can set up aliases. Just remember that external drives are usually not available for Windows services and some conditions would force a different drive letter. Those are unique cases, though.

Re: external hard drive for storage.

PostPosted: 03. January 2017 23:30
by Nobbie
Additionally to ALIAS, you also may create as many VirtualHosts as you like, each with his own DocumentRoot.

Re: external hard drive for storage.

PostPosted: 04. January 2017 21:14
by alabamappop
Thanks for the advice. I'll give it a try.

Re: external hard drive for storage.

PostPosted: 15. January 2017 01:17
by alabamappop
Thanks for the info on aliases and virtual hosts but I am not well versed in them .Where can I get instructions?

Re: external hard drive for storage.

PostPosted: 15. January 2017 11:45
by Nobbie
alabamappop wrote:Where can I get instructions?


What about Google? "Apache Alias Documentation" and/or "Apache VirtualHost Tutorial" certainly returns tons of usefull links.