Page 1 of 1

NEWBIE Help! Change DocumentRoot

PostPosted: 26. June 2009 21:18
by morph2008
Hi,

I am running Vista 64 bit and I want to change the Doc root from the default c:\ path to f:\webs

Actually, I think I managed the first part but I keep getting permission errors (http://localhost) - so I am missing something, Just cant see what.

I changed:
<Directory "C:/xampp/htdocs"> to Directory "f:/webs">

DocumentRoot remains the same
Added (the original Director entry is still present unmodified)
<Directory />
f:\webs
Order allow
</Directory>

Re: NEWBIE Help! Change DocumentRoot

PostPosted: 27. June 2009 00:13
by morph2008
Sorted, was looking at the wrong thing!

needed an alias - all working now