D'oh.

I've figured it out (one of my problems was that I didn't have access
to the error logs on the server, so I couldn't see what was going
wrong).

The fix was, for anyone experiencing the same problem:

In each of the .htaccess files...

Add this above RewriteEngine on:
Options FollowSymlinks

and below RewriteEngine on:
RewriteBase /

That fixed it for me, hope that helps someone else out.

Steve

On Feb 20, 7:31 pm, StephenOrr <[EMAIL PROTECTED]> wrote:
> It's a good start Dan - I'll give it a try, see if it makes a
> difference!
>
> Steve
>
> On Feb 20, 5:10 pm, Dan Bair <[EMAIL PROTECTED]> wrote:
>
> > I had these problems too with a few servers.Usually Cake will run fine
> > without the htaccess needing to be changed; however, in some cases I
> > have had to change the rewrite to include the entire server path.
>
> > So, instead of the usual:
> > app/webroot/
>
> > You may need something that includes an entire server path:
> > /my/server/path/app/webroot/
>
> > Hope this helps!
>
> > On Feb 20, 4:56 pm, MrTufty <[EMAIL PROTECTED]> wrote:
>
> > > Hi everyone,
>
> > > Has anyone previously managed to get a Cake app working on a Webfusion
> > > dedicated server? We're in the process of changing across to them and
> > > ALL of our previously created Cake apps refuse to work. It seems to be
> > > some sort of problem with the .htaccess files as once those are
> > > deleted we can (kind of) use the apps.
>
> > > I initially thought it was a lack of mod_rewrite, but their support
> > > team assures me it's installed, and I need simply to add Options
> > > SymLinksIfOwnerMatch to the .htaccess file. I've done that and it
> > > still doesn't work...
>
> > > Steve
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to