Hello, I am a new CakePHP user and I am having some issues. I got Cake up and running on my development laptop with IIS and MySQL. Since I am on IIS I do not have mod_rewrite, and therefore I made the required change in the config file. I built my page going off a CakePHP step by step guide. My inital index view comes up and works, however in that I have a cake created link to another view caled view (I also tried calling it other things instead of view) When I click on the link created it links to: http://localhost/index.php/logins/view/1 However when I go to this URL it just shows the exact same page as the original index view. I can even try going to the url: http://localhost/index.php/logins/dsfsdfsdf and I still just see the same index view. I dont know what is going on here and its driving me crazy. I have the following line in my routes.php file: $Route->connect ('/', array('controller'=>'Logins')); I have also tried: $Route->connect ('/', array('controller'=>'logins', 'action'=>'index')); Remember that I am on IIS (and yes I have to be) so I dont have mod_rewrite. PLEASE PLEASE help!!! Thanks!!!!
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
