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, like
http://localhost/your_project/index.php?/controller/action
instead of
http://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 cake-php@googlegroups.com
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