As far as I understand, /uploads/index is the same as /upload/, the index action should be called by default.
But I guess you can always add a route too :) Brian On Jan 30, 12:40 am, "Novice Programmer" <[EMAIL PROTECTED]> wrote: > Hello guys, > > On my website i have given an upload feature to the user, as the user clicks > on upload content link on my home page, it take him to index action of > upload controller, like: > <a href = "/uploads/index"> Upload Content </a> > > But this way the url looks like :http://test.com/uploads/index > > but i want url to look likehttp://test.com/uploads > > Please help me if there is any way out. Routes is the one way i did this. > Some other way is what i am looking for. > > -- > Thanks & Regards, > Novice (http://ishuonweb.wordpress.com/). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
