Yes, I can do these.but use the link http://www.mysite.com/param1 I get a error that have no the controller of param1controller.php so, I think where should I need to set it, let the cakephp think the param1 is a param.
Thanks. 2009/1/7 gearvOsh <[email protected]> > > I dont think there is a cake setting, just do this during signup. > > $restricted = array('users','pages','controllername'); > > if (in_array($usernameVar, $restricted)) { > // do not allow registration > } > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
