I would rather spending time using Cake to build cake app rather than
going through hacking Cake. It is very time consuming and frustrating
but I need to get Cake to work without mod_rewrite.
If you can show me how to edit Cake configuration and work wihtout
mod_rewrite I would love to see it works.
Thanks
On Jun 26, 8:59 am, "chanh.ong" <[EMAIL PROTECTED]> wrote:
> I did that but still does not work!
>
> Did you try it to see if that work as intended?
>
> Thanks
>
> On Jun 26, 8:13 am, Grant Cox <[EMAIL PROTECTED]> wrote:
>
> > The correct way to get Cake to work without mod_rewrite is to
> > uncomment the
> > define ('BASE_URL', env('SCRIPT_NAME'));
> > line from your app/config/core.php , and to delete the .htaccess
> > files. This will use Cake pretty urls,
> > likehttp://localhost/your_project/index.php?/controller/action
> > instead ofhttp://localhost/your_project/controller/action(if you had
> > mod_rewrite on)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---