Installing directory in Zend Framework Page

Hello,

i want to install Piwik on a website, which is developed with Zend Framework.
Because there is a redirect to the index controller, i don’t know, at which directory i have to copy the Piwik.

My Structure:

application
library
public

Does someone knows, how to install it?

Tahnks for help.

With 0.4.1, it shouldn’t matter as Piwik generates relative paths for URLs.

Thanks, for response.

But when I copy it for example to /piwik, how can I access it.
With Zend I can only give a controller and a action name.
Everything will be redirected to the index, so I can’t get access to piwik for installing.

I copied it to this structure:

application
library
piwik
public

I was thinking you simply point your browser to the piwik folder.

I’m guessing you would create a ZF view based on or redirecting to piwik/index.php.