[Zope-CMF] CMF & VirtualHostMonster
Lynn Walton
waltonl@franklin.edu
Sat, 19 Jan 2002 01:03:37 -0600
Wondering if anyone can advise me on this:
If we had a cmf site with a VirtualHostMonster
and the following rule in apache's httpd.conf for a given virtual host:
RewriteRule ^/(.*)
http://localhost:8080/VirtualHostBase/http/my.domain.com:80/portal1/VirtualHostRoot/$1
[P]
What other rule do we write to still be able to get to the root folder
in the ZMI ?
We've tried a bunch of RewriteRule combinations, including RewriteCond,
and haven't gotten it to work.
Thanks,
Lynn