Re: CakePHP, mod_rewrite and mod_vhost_alias

2007-04-04 Thread Chris Lamb
MJ Ray <[EMAIL PROTECTED]> wrote: > mod_rewrite is a big gun aiming nearyour feet, while mod_vhost_alias > makes your feet dance. Expect to have to make a few attempts before > missing your feet. Made me smile :-) -- Chris Lamb, Cambridgeshire, UK GPG: 0x634F9A20 si

Re: CakePHP, mod_rewrite and mod_vhost_alias

2007-04-04 Thread MJ Ray
"Jason" <[EMAIL PROTECTED]> wrote: > I am running into some issues regarding mod_rewrite, mod_vhost_alias > and cake. [...] > Can anyone shed some light on this issue? I think I needed to add a RewriteBase to cake's .htaccess files when installing onto a mod_vhost_alias-using server. I may have

Re: CakePHP, mod_rewrite and mod_vhost_alias

2007-04-04 Thread Seb
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 u