Działało. Przeniosłem to samo na linux i jest problem. Co może być nie dobrze?
Komunikat "Page Not Found"
Struktura katalogów
/application
/library
/public_html -> index.php
Plik index.php
<?php ))); require_once 'Zend/Application.php'; $application = new Zend_Application( APPLICATION_ENV, APPLICATION_PATH . '/configs/application.ini' ); $application->bootstrap() ->run(); ?>