[Zope-CMF] cmf topics and virtual host monster

Steve Spicklemire steve@spvi.com
Wed, 12 Dec 2001 09:34:19 -0500


Hmm.. where is your VirtualHostMonster? I think you might want:

RewriteRule ^/(.*) 
http://zope:9673/VirtualHostBase/http/host.domain:80/WebSites/host/VirtualHostRoot/
$1 [P]

which should work with a VHM at the root of your Zope, assuming your CMF 
site is the "host" object.

-steve


On Wednesday, December 12, 2001, at 08:13 AM, Jens-E. Hansen wrote:

>
> Hi,
>
> I'm using a virtual host monster in the cmf site root . All links are
> rewritten except the links generated by cmf topics.
> For example the apache rewrite rule
>
> RewriteRule ^/(.*) 
> http://zope:9673/WebSites/host/VirtualHostBase/http/host.domain:80/VirtualHostRoot/
> $1 [P]
>
> and the virtual host monster in /WebSites/host rewrite all generated
> hyperlinks from http://zope:9673/WebSites/host/ to http://host.domain/ .
> CMF topic links are generated like http://host.domain/WebSites/host/ .
>
> Can someone please give me a hint where I make the mistake.
>
> Jens
>
>
>
> _______________________________________________
> Zope-CMF maillist  -  Zope-CMF@zope.org
> http://lists.zope.org/mailman/listinfo/zope-cmf
>
> See http://www.zope.org/Products/PTK/Tracker for bug reports and 
> feature requests