Setting Document Root to Point to a Network Share With Windows/Apache

May 30, 2010
Tags: , ,

Quick tip: If you’re wanting to have your Apache document root point to a network share in Windows, here’s what you have to do: Change your DocumentRoot to the network share (drive remapping doesn’t seem to work).  Example: DocumentRoot “//path/to/share” Make sure to update the DocumentRoot path in your <Directory> config Edit the Apache service [...]

0