> I need to have pretty URL's and cannot also figure out how to get rid > of index.php in my URL.
When "index.php" appear in the URL, it's usually an issue with htaccess rules or your server setup not supporting mod_rewrite. See the Cookbook page on mod_rewrite for more: http://book.cakephp.org/view/333/A-Note-on-mod_rewrite. But, from your example URL, the index is at the end, and doesn't have the .php extension – so maybe it's an issue with how you named your view file or with how the controller actions are working together. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
