Hi,
I am building a web app (a web community) in which about 1000 users will have its own website (standard but customized), and I want that website has a friendly url like
With this url in the address bar, I want to show the initial customized web page (called for example: initial_page.aspx) but without showing that page name and extension file, so, only . I am thinking to use that name of the user at the end of my web address (petersmith) to search in my database which user number is that name, and display the customized data and design accordingly.
After that, once the visitor has logged in that initial page, I want to show the main page of that user’s website, and I think it would be nice to continue displaying in the url the name of the user ( What do you think about this? It has important costs? The user will appreciate this detail of personalization of his website? I think the website does a similar thing with their users, but I ignore if they do it for the same purpose (to take care of user personalization) or only for SEO (Search Engine Optimization)
I would like to know as well your expert opinion about which technique would be the best to make it work efficiently this idea, with minimum performance penalty
Thank you
I am building a web app (a web community) in which about 1000 users will have its own website (standard but customized), and I want that website has a friendly url like
With this url in the address bar, I want to show the initial customized web page (called for example: initial_page.aspx) but without showing that page name and extension file, so, only . I am thinking to use that name of the user at the end of my web address (petersmith) to search in my database which user number is that name, and display the customized data and design accordingly.
After that, once the visitor has logged in that initial page, I want to show the main page of that user’s website, and I think it would be nice to continue displaying in the url the name of the user ( What do you think about this? It has important costs? The user will appreciate this detail of personalization of his website? I think the website does a similar thing with their users, but I ignore if they do it for the same purpose (to take care of user personalization) or only for SEO (Search Engine Optimization)
I would like to know as well your expert opinion about which technique would be the best to make it work efficiently this idea, with minimum performance penalty
Thank you