On Wednesday, 25 July 2012 17:55:38 UTC+2, scs wrote: > > Try a link like http://localhost/myApp/users/ > The url should be pointint the controller version of the name (lower case > and pearl) so if you want to go to your add function in your > UsersController it would be http://localhost/myApp/users/add >
Hi scs, thank you for you reply. This address: http://localhost/legacyApp/users/add<http://localhost/myApp/users/> Returns: "Error: The requested http://localhost/legacyApp/users/add<http://localhost/myApp/users/>address was not found on this server." Whereas this address: http://localhost/legacyApp/users/add<http://localhost/myApp/users/> Returns: "Error: UsersController could not be found." In both applications the contents of the app/Views/Users folder is exactly the same. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
