Ok out with the old and in with the new. Now That I have read through that and I think I understood most of it. Thank you Craig
I did modify my file structure and as well as modified my code to include quotation marks. But the redirect to the new file structure isn't working
I know I'm still doing something wrong.
The error this time was
only one usage of each socket address (protocol/network address/port) is normally permitted. :make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
--- On Sat 03/22, j k < jonnykent@xxxxxxxxx > wrote:From: j k [mailto: jonnykent@xxxxxxxxx]
To: users@xxxxxxxxxxxxxxxx, ddogej@xxxxxxxxxx
Date: Sat, 22 Mar 2008 12:14:20 -0800
Subject: Re: Virtual Host problems
On Sat, Mar 22, 2008 at 9:46 AM, Edwin <ddogej@xxxxxxxxxx> wrote:
People whom know more than me please inform me of what I'm doing wrongDocumentRoot C:/users/edwin j mcleod/documents/Apache Software Foundation/Apache2.2/htdocs
ServerName www.Example.com
# Other directives hereDocumentRoot C:/users/edwin j mcleod/documents/Apache Software Foundation/Apache2.2/htdocs2
ServerName www.Example.com
# Other directives hereSyntax error on line 165 of c:/Users/Edwin J Mcleod/Documents/Apache Software Foundation/APache2.2/conf/httpd.conf:
Documentroot takes one argument, Root directory of the document tree
There's th eproblem:
'Documentroot takes one argument, Root directory of the document tree'
Try quotes around that:
DocumentRoot "C:/users/edwin j mcleod/documents/Apache Software"
Neither windows nor unix/linux likes a space in a file name.
Good luck