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

Re: [cobalt-users] Rewrite rule



> 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