When I go to a other's account in facebook then on url it looks like... www.facebook.com/username www.facebook.com/blaname etc
What is concept behind "/username" and "/blaname"? Is it a virtual directory or page?
|
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
If I understand correctly, you are referring to an url rewrite/friendly url procedure. Let's the programmer project an URL wich doesn't exist, mapping it to a real resource or page. There are to famous engines that works with rewriting, the Apache mod_rewrite and the IIS rewrite module. As appears in Wikipedia (http://en.wikipedia.org/wiki/Rewrite_engine), the advantages are:
Hope it helps. |
|||
|
|