I use Apache 2 and the file .htaccess in the directory, that you don't want to route. It contains the following line:
RewriteEngine off This solution requires that .htaccess-files are allowed. Nils -----Ursprüngliche Nachricht----- Von: pat [mailto:[EMAIL PROTECTED] Gesendet: Montag, 8. Oktober 2007 20:51 An: Zend Framework General Betreff: [fw-general] problem integrating phpmyadmin with Zend Framework Hi All, I'm have a problem integrating phpmyadmin with my ZF site. Essentially the MVC wants to route to a controller. So that http://mydomain/phpmyadmin/ routes to 'phpmyadmin::index::index,' Whereas, I would like to reroute to /usr/share/phpadmin/index.php. In order to take advantage of the phpmyadmin goodness. I'm not sure what the best answer is. How do you switch between worlds? The MVC world and the world of old style i.e. non-controller scripts. Any thoughts on the subject would be appreciated. cheers, pat
