CodeIgniter Forums
implementing per user home/url - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: implementing per user home/url (/showthread.php?tid=9354)



implementing per user home/url - El Forum - 06-22-2008

[eluser]spherop[/eluser]
pretty new to ci and loving it so far.

i am working on a web app which involves users sharing videos. i would like to implement the kind of feature you see on a site such as flickr, where a url such as http://www.flickr.com/photos/userx/ will present a public view of userx's image stream. so each user, with unique username, automatically has their own simple url to share with others.

so, with ci, any tips on whether/how this can be implemented?


implementing per user home/url - El Forum - 06-22-2008

[eluser]sikkle[/eluser]
You can use routes or _remap.

You can also read on the forum, this topic had been discuss many time.

good luck !


implementing per user home/url - El Forum - 06-22-2008

[eluser]spherop[/eluser]
thanks-

can i assume that these only apply to when "enable_query_strings" is false?

as per this thread regarding facebook apps: http://ellislab.com/forums/viewthread/83034/