[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Rewrite rule
- Subject: Re: [cobalt-users] Rewrite rule
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Tue Apr 3 07:28:05 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Hey fellow Raq users...
>
> I've got a RAQ4 with 8 domain names pointing to one site, however it
> rewrites the site name with the default name, and I want each site to stay
> under the same name. I know that this can be done through the httpd.conf
> file, but my understanding is that next time I add / edit a site it will get
> over written. I've also seen others (searched archive) mention adding an
> include file - but how does this work?
>
Include files definitely work.
I use them all the time for subdomains and you could use them for your purpose!
put the include file statement after the main virtual site in httpd.conf.
Gerald