I would try redirecting to /index.php as oppose to index.php.
If that doesn't work, my redirect directives looks like this (I'm also
using mod_vhost_alias. This config from the vhost's .htaccess):
# Only rewrite if no file exists
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*)$ /index.php
Hope that works Vinny!
--Belmin
On 8/8/07, Vinny <[EMAIL PROTECTED]> wrote:
>
>
> RewriteEngine on
> RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php
>
>
>
> On 8/8/07, Belmin <[EMAIL PROTECTED] > wrote:
> > If you could paste your applicable Apache rewrite directive. I had the
> > same problem. Perhaps I could compare what you have with what I have
> > now.
> >
> > --Belmin
> >
> > On 8/8/07, Vinny <[EMAIL PROTECTED]> wrote:
> > > 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
> >
>
>
>
> --
>
> Ghetto Java: http://www.ghettojava.com