hi all i've downloaded and installed mod_fastcgi for zope. everything went ok if: ----- FastCgiIpcDir /tmp FastCgiExternalServer /home/httpd/html/z -host localhost:8999 <Location /z> Options ExecCGI SetHandler fastcgi-script </location> ---- is set in apache config. Q: what should be done so that users can access zope with just www.mysite.com/, because with the above i need to go to www.mysite.com/z/ tia