Just a quick question,
I am making user profiles for my website and would like to include vanity URLS, but the page has a lot of separate information which gets loaded, e.g Followers tab, uploads tab, and each of these have some kind of setting that can be applied like ASC DESC, New/old results etc. What would be the best way to have vanity urls but keep the functionality i require?
http://www.site.com/user.php?id=1&content=Followers&Order=(Different settings for each result)
But i am wondering if it would be better if i should just name the content differently if someone wanted to search for followers + a limitation, for example
http://www.site.com/user.php?id=1&content=NewestFollowers,
rather than
http://www.site.com/user.php?id=1&content=Followers&Order=Newest