no problem glad I could return the help you have given me in
the past
--
Dave Buchholz
I-CRE8
www.i-cre8.co.uk
"Murray *ACE*" <forums@HAHAgreat-web-sights.com> wrote
in message
news:e5mrb8$9jj$1@forums.macromedia.com...
Hmm - good idea.... I believe that cracked it.
Thanks, Dave!
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"Dave Buchholz" <dave.buchholz@REMOVETHISdsl.pipex.com>
wrote in message
news:e5mqr4$90v$1@forums.macromedia.com...
> have you added the entries to the windows hosts file ?
>
> --
> Dave Buchholz
> I-CRE8
> www.i-cre8.co.uk
>
>
> "Murray *ACE*" <forums@HAHAgreat-web-sights.com>
wrote in message
> news:e5mqao$8ae$1@forums.macromedia.com...
> Dave:
>
> I have now added that line to httpd.conf, and restarted
Apache, but it's
> still not working as I would expect it to.
>
> The documentation mentions a command line I can use with
Apache to check
> the
> virtual server configuration, but it's *nix, referring
to
> /usr/local/apache2/bin/httpd -S. This would be handy,
but I do not see an
> httpd file or folder within the Apache2/bin folder on my
XPHome system.
> Any
> ideas?
>
> --
> Murray --- ICQ 71997575
> Adobe Community Expert
> (If you *MUST* email me, don't LAUGH when you do so!)
> ==================
>
http://www.dreamweavermx-templates.com
- Template Triage!
>
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
>
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
>
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
> ==================
>
>
> "Dave Buchholz"
<dave.buchholz@REMOVETHISdsl.pipex.com> wrote in message
> news:e5mmmm$3rq$1@forums.macromedia.com...
>> Murray,
>>
>> you don't appear to have actually defined the
localhost folder, I use
>> apache
>> 1.3 and this is how my http.conf file looks:
>>
>> NameVirtualHost 127.0.0.1
>>
>> <VirtualHost 127.0.0.1>
>> DocumentRoot "C:\Program Files\Apache
Group\Apache\htdocs"
>> ServerName localhost
>> </VirtualHost>
>>
>> <VirtualHost 127.0.0.1>
>> DocumentRoot "C:\Program Files\Apache
Group\Apache\htdocs\i-cre8"
>> ServerName i-cre8.local
>> </VirtualHost>
>>
>> <VirtualHost 127.0.0.1>
>> DocumentRoot "C:\Program Files\Apache
>> Group\Apache\htdocs\standardsitephp
>> ServerName standardsitephp.local
>> </VirtualHost>
>>
>> <VirtualHost 127.0.0.1>
>> DocumentRoot "C:\Program Files\Apache
Group\Apache\htdocs\xhtmlsitephp
>> ServerName xhtmlsitephp.local
>> </VirtualHost>
>>
>> <VirtualHost 127.0.0.1>
>> DocumentRoot "C:\Program Files\Apache
Group\Apache\htdocs\cricketclub
>> ServerName cricketclub.local
>> </VirtualHost>
>>
>> I use the suffix .local on all my localhost sites to
indentify them. I
>> used
>> this tutorial
http://apptools.com/phptools/virtualhost.php
as the basis
>> for
>> my set-up if that helps.
>>
>> --
>> Dave Buchholz
>> I-CRE8
>> www.i-cre8.co.uk
>>
>>
>
>
>