10-16-04 02:09 AM
Remove the comment tags. i.e. remove the #'s. Then add the DocumentRoot.
"CKY" <Charmsdelight@sbcglobal.net> wrote in message
news:8587e9df.0410130550.4575f81d@posting.google.com...
>
> Ok, I read the file but my httpd.conf still looks like this:
>
> #<VirtualHost a1b1.hopto.org:80>
> # ServerAdmin CharmsDelight@sbcglobal.net
> # DocumentRoot
> # ServerName http:\\a1b1.hopto.org
> # ErrorLog logs/a1b1.hopto.org-error_log
> # CustomLog logs/a1.b1.hopto.org-access_log common
> #</VirtualHost>
>
> #<VirtualHost a2b2.hopto.org:82>
> # ServerAdmin CharmsDelight@sbcglobal.net
> # DocumentRoot
> # ServerName http:\\a2b2.hopto.org
> # ErrorLog logs/a2b2.hopto.org-error_log
> # CustomLog logs/a2b2.hopto.org-access_log common
> #</VirtualHost>
>
> Notice that I left the document root empty because no matter what I
> type, the website path
> does not change.
> I am trying to have a default webpage for both websites. My htdocs
> folder has two folders
> in it: A and B. Each filder has a default webpage: index.htm. So what
> would be the correct
> Path to type in the ducumentroot section?
[ Post a follow-up to this message ]
|