----- Original Message ----- From: "Thomas Bennett" <bennet...@appstate.edu> To: <zope@zope.org> Sent: Friday, September 04, 2009 2:58 PM Subject: [Zope] apache rules with zope
>I can access two directories in /var/www but not two others. > I have this rule in httpd.conf before the rewrite rules for Zope: > > RewriteCond %{REQUEST_URI} !^/(usage|zusage|ead2002|asu_ead) > > The usage and zusage directories work, that is /usage goes to the > /var/www/usage directory not looking on Zope/ZODB. Same with the zusage > directory. But ead2002 and asu_ead directories give a Not Found error > from > Zope. The Alias and Directory tags in httpd.conf are the same for all > four. > You don't usually access underlying file directories directly from zope unless you are using external methods or an add-on product like "ExtFile". How are you trying to access these directories? Jonathan _______________________________________________ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope-dev )