All things are possible with CakePHP. Well, almost - it won't make your dinner for you or anything.
You need to look into custom routes, which you can set up in /app/ config/routes.php - that's about as much as I can tell you, because I'm not 100% experienced with that aspect of Cake myself yet. But as far as I can see, this would be very much possible. One thing you should be aware of though - if you set up the routing for this, you should also block users from having names which would conflict with your controllers. Otherwise, you're going to run into some rather nasty issues. Good luck! On Oct 31, 11:25 am, "HostOnNet.com" <[EMAIL PROTECTED]> wrote: > Hi, > > I have a web site that have user url like > > http://domain/USERNAME > > I know Cake PHP can handle url like > > http://domain/controller/USERNAME > > I want with out a controller name, likehttp://domain/USERNAME > > Is this possible with Cake PHP ? > > Thanks, > > Yujin --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
