Forum Moderators: phranque
Right now, I have my DocumentRoot (Apache's httpd.conf file) pointing to C:/www/htdocs.
DocumentRoot "C:/www/htdocs"
For reasons, I now want to store some of my folders in htdocs to another drive, say F:\www\htdocs.
Is there a way to point to 2 locations? Something like :
DocumentRoot "C:/www/htdocs"; "F:/www/htdocs"?
Thanks