Hello, I am trying to set up my first Zend Framework App but I keep running into the following error when I try deploying the basic example from the docs:
mod_rewrite: maximum number of internal redirects reached. Assuming configuration error. Use 'RewriteOptions MaxRedirects' to increase the limit if neccessary. Before I actually start increasing RewriteOptions MaxRedirects to a number above the default 10, I am wondering if this might have something to do with that I am using apache httpd's mod_vhost_alias which allows you wildcard your virtual domain setup. There is an long running Apache bug http://issues.apache.org/bugzilla/show_bug.cgi?id=26052 that incorrectly set the value of DocumentRoot for mod_vhost_alias domains. How dependent on DOCUMENT_ROOT is the Zend Framework? Thanks, Vinny -- Ghetto Java: http://www.ghettojava.com
