Tuesday, January 5, 2010

Re: Can CakePHP run in a user account?

Sorry, Kees, I saw the second line in your reply but as you preceded
it with "It might be that .htaccess files are not handled for user
directories" I presumed that it didn't apply in my case,
because .htaccess files plainly are handled in XAMPP. My mistake, and
thanks for the second reply. Ok, looking at core.php the comments
above 59 are quite plain, so I'll try the tweak tomorrow (I'm in beer
time now, not work time :*)) and see what happens. I'd not realised
that the only function of the .htaccess files was URL rewriting.

I can't be the first person to have come across this issue. Is there
not a FAQ somewhere?

Cheers

Fred

On Jan 5, 7:50 pm, Kees de Bruin <halfje.br...@gmail.com> wrote:
> Fred,
>
> As I wrote in my reply you have to make a small change in app/config/core.php where you have to uncomment line 59 and remove the .htaccess files that are listed just before that line.
>
> All URLs should now be something like ../cake/index.php/page instead of ../cake/page

No comments: