How Can I Make Zope Appear at a Subdirectory of My Site?
Perhaps your website is non-Zope but you have a Zope application that you want to appear as a subdirectory of your website. Here is an example of the Apache Rewrite Rule you need to make this happen.
RewriteRule ^/subdirectory(.*) http://IP:8080/VirtualHostBase/http/%{HTTP_HOST}:80/Zope/path/VirtualHostRoot/_vh_subdirectory/$1 [L,P]