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 <[email protected]> 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
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] 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
