I have a small application written in Zend Framework that I want to embed into Drupal Page. Both apps (ZF and Drupal) are be located at the same domain.
But per my knowledge ZF requires to be installed in the root of server, where I already have Drupal. My concern is that ZF controller will mistreat Drupal page requests as bad controller requests.
Can there be an easy solution to prevent this conflict? May be it would be easier to rewrite the app for a less restrictive framework, but I need to check I have weighed all options.
Thanks in advance, as StackOverflow has proven to be a really helpful resource and I am planning to allocate some time to help people in the domain of my expertise