Is it possible to configure web server on Windows (Apache or IIS) without setting up virtual hosts so Zend Framework application could be accessed with link like http://exam
Put .htaccess file wit the following content to your myapp directory:
.htaccess
myapp
RewriteEngine on RewriteRule (.*) public/$1