Well, if you search this group and the trac you will see lot of people are having the same problem with cake that does not have mod_rewrite turn on. I want to create my cake app without the dependency to mod_rewrite.
I agree mod_rewrite is the only to get pretty url but the fact is not everyone have access to host that have mod_rewrite. Plus mod_rewrite is a pleasure to see when it works but when it does not it is a headache to debug! I spent the last couple weeks just to figure this out and it is now working for me. Please try it for yourself to see what happen when you disable mod_rewrite and see if Cake will still work for you. Thanks On Jun 25, 12:53 pm, "Jonathan Langevin" <[EMAIL PROTECTED]> wrote: > chanh, you really shouldn't have had to hack up dispatcher (or cake, for > that matter) to get your paths to work. it sounds like you just got too > confused (or put too little effort) into configuring your webroot > index.phpto let cakephp know where it's installed. > > On 6/25/07, Chris Hartjes <[EMAIL PROTECTED]> wrote: > > > > > On 6/25/07, chanh.ong <[EMAIL PROTECTED]> wrote: > > > > For those that interest, with my hack cake will work with the cake > > > source tree above, or this below, or I can put cake core files, and my > > > webroot any where without the need to have mod_rewrite. It is really > > > nice to finally get something out of cake without struggling with the > > > cake setting. > > > Well, mod_rewrite is the only way to get those pretty URL's and, > > honestly, I haven't had too many problems getting Cake apps to work. > > Biggest problem is making sure that your constants in > > webroot/index.php are set correctly if you have your Cake libs outside > > of where your app is. > > > Still don't know why you'd hack the dispatcher to fix a problem that > > lots of other people seem to have solved without doing so. > > > -- > > Chris Hartjes > > Senior Developer > > Cake Development Corporation > > > My motto for 2007: "Just build it, damnit!" > > > @TheBallpark -http://www.littlehart.net/attheballpark > > @TheKeyboard -http://www.littlehart.net/atthekeyboard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
