[Zope] How to het Zope out of my url
Michel Pelletier
michel@digicool.com
Mon, 10 Jan 2000 11:32:14 -0500
> -----Original Message-----
> From: Bruno Grampa [mailto:bgrampa@hal.varese.it]
> Sent: Monday, January 10, 2000 9:49 AM
> To: zope@zope.org
> Subject: [Zope] How to het Zope out of my url
>
>
> Hello,
> i'm using Zope, Apache and pcgi.
> Everything is working fine, but to access to a zope folder i must use
> the url http://mydomain/zope/myfolder.
> My goal is to reach it as http://mydomain/myfolder.
> I want the main index of the site to be managed by apache, so
> don't tell
> me to put the rewriterule starting from /.
You can't have it both ways. Either Zope controls the top level
namespace or Apache does.
See:
http://www.zope.org/Members/michel/HowTos/ApacheRewriting
Note there is a structured text error on this How-to:
RewriteRule ^/mailman - <a href="#l">[l]</a>
should be:
RewriteRule ^/mailman - [l]
-Michel