> 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