According to http://manual.cakephp.org/chapter/installing
DocumentRoot should be /path_to_cake/app/webroot and not just / path_to_cake/app helps? Seb. On Apr 5, 1:49 am, "Jason" <[EMAIL PROTECTED]> wrote: > I am running into some issues regarding mod_rewrite, mod_vhost_alias > and cake. I am using the latest stable CakePHP and ran through the > Blog tutorial. Basically, when I setup an explicit VirtualHost, it > works. When I try to have mod_vhost_alias manage the vhost, it does > not work. Here is the explicit vhost config: > > <VirtualHost *> > <Directory /Users/jwalker/dev/test> > AllowOverride All > </Directory> > ServerAdmin [EMAIL PROTECTED] > DocumentRoot /Users/jwalker/dev/test > ServerName test.jwalker.coolbluebeta.com > </VirtualHost> > > If I remove the above config and enter the following, I get a 500 > error: > > VirtualDocumentRoot /Users/%2/dev/%1 > <Directory /Users/*> > AllowOverride All > </Directory> > > Here is the error: > > mod_rewrite: maximum number of internal redirects reached. Assuming > configuration error. Use 'RewriteOptions MaxRedirects' to increase the > limit if neccessary. > > Can anyone shed some light on this issue? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---