[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] include.conf questions (httpd.conf) (solved)



> Using the above method of an extra include.conf included from httpd.conf
> I can make 1 extra domain work (eg www.domain1.com now points to
> www.domain.com/domain1 successfully)  but I cannot seem to be able to
> add another second domain.  I have tried adding in an include2.conf
> file, that doesn't seem to work, and I've also tried adding a second
> entry to include.conf, and that appears to fail too.
>
> Has anyone got a solution for this?
>
> I have a whole group of domains all pointing to sub-directories of one
> domain using that include.conf method with no problem. I also use some
> scriptalias for it to share the cgi-bin and an alias of images pointing
> to that site's /images directory to share images.
> --
> Dan Kriwitsky
> 
>

A-ha, finally solved!  The problem I has was an old .htaccess file I forgot
was there, that method now works 100% fine.  What was occurring was the
<virtual site> was sending it to the correct place, then an old .htaccess I
thought I had removed was sending it to the wrong place again!

Could have saved myself a lot of going round in circles if I'd have thought
of that earlier!

At least your replies assured me I was doing the include.conf bit correctly
so I knew it had to be something else, thanks.

Paul