You need to enable mod_rewrite in your apache config and ensure that AllowOverride All is set for the DocumentRoot. Then check your php.ini for session.use_trans_id = off or you could put php_flag session.use_trans_sid off in you htaccess files once you get mod_rewrite working.
http://manual.cakephp.org/chapter/installation Section 5 has some info on mod_rewrite --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
