I am very new to Zope, so please bear with me. I have a virtualhost setup with a rewrite rule so that http://my.host.com will take you directly to our zope root. My boss wants us to be able to put some JSP or PHP scripts and be able to go to http://my.host.com/some.php That of course won't work, because that isn't a zope object. I have seen a method of accomplishing something like this with rewrite rules, so you could have http://my.host.com/nozope be delivering the scripts, and if all else fails, we may have to use that method. I thought it might be possible to have rules saying something like "if it ends in php jsp jpg then it is apache content, otherwise it is zope content" I have no clue how to make that work though. Does anyone have any suggestions? Alex Kelly