I have pre-existing pages in php that I'd like to integrate into the new Zope site we're working on, can I do this using the Zope server or do I need to be using Apache? Kate Katie Legere Web development Kingston Frontenac Public Library
Best bet is using Apache to rewrite different areas to Zope and PHP using the mod_rewrite (I think). BZ -- http://www.zopezone.com http://www.bluewildfire.com
I have pre-existing pages in php that I'd like to integrate into the new Zope site we're working on, can I do this using the Zope server or do I need to be using Apache?
Kate
Katie Legere Web development Kingston Frontenac Public Library
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Katie Legere wrote:
I have pre-existing pages in php that I'd like to integrate into the new Zope site we're working on, can I do this using the Zope server or do I need to be using Apache?
I've written a little product for integrating PHP-pages directly into Zope: http://www.zope.org/Members/mjablonski/PHParser Worked fine for me, you can even mix <dtml> into <php>. But now I've migrated all my PHP-Apps to Zope, so I don't use or maintain the Product anymore. Someone has written an enhanced version, but the link to this site is broken (see link on page above). Cheers, Maik
participants (3)
-
BZ -
Katie Legere -
Maik Jablonski