Index: [Article Count Order] [Thread]

Date:  Fri, 20 Oct 2006 14:36:24 +0200
From:  Arthur Sherman <arturs (at mark) netvision.net.il>
Subject:  [coba-e:07650] Re: Domain pointing doesn't work
To:  coba-e (at mark) bluequartz.org
Message-Id:  <011501c6f444$5ab32080$3701a8c0@lapxp>
In-Reply-To:  <45385574.4070306 (at mark) mixfans.org>
X-Mail-Count: 07650

> Arthur,
> 
> What Gerald Told you is working really fine and should be 
> working, the 
> error though has nothing to to with the siteforwarding
> but again with the very very very naughty
> (example)
> <Directory "/home/.sites/143/site2/vsites/feeds/web">
> Options All
> AllowOverride All
> </Directory>
> 
> you need to include that AllowOverride in the site2.include 
> and if you 
> want to point multiple domains to the same DocumentRoot
> you need to add the Directory and AllowOverride ALL in your setup
> 
> In this situation if the new domain was site10, than include above 
> statement in the site10.include and restart apache
> 
> Apache is very very very strict in where it's accepting the 
> AllowOverride option.
> 
> So in your situation:
> 
> [Fri Oct 20 00:15:27 2006] [alert] [client 212.143.91.125]
> /home/.sites/148/site6/web/.htaccess: RewriteEngine not allowed here
> 
> Add the AllowOverride in the site6.include
> but point to the DocumentRoot you are working with.
> 
> Than it should be working okay
> 
> Tjsak
> Dennis
> .... last week played with this sucker when I wanted to point a 
> subdomain to another domain with same content.
> 

Dennis,

It did the trick.

Somehow, I forgot to check *.include files.

Thanks a lot all of you!
Your help is highly appreciated.


Arthur