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
-~----------~----~----~----~------~----~------~--~---

Reply via email to