hello, there is a problem with using iframes in view scripts. In the src attribute of the iframe is a path like this:
<iframe src="../tools/galerie/main.php"> The PHP file should be called an that's it. It works under XAMPP Windows but not on Linux. ZF version is equal on both systems (1.7.2-minimal). On Linux ZF routing throws message "Invalid controller specified (galerie)" in the iframe. I tried to change rewrite rules in htaccess and all PHP files are not routed anymore by index.php (bootstrap). This did not solve the problem, now the server answers with "Not found". Any ideas? -- View this message in context: http://www.nabble.com/Using-HTML-iframes-with-ZendFramework-tp22355424p22355424.html Sent from the Zend Framework mailing list archive at Nabble.com.
