How would you go about generating unique user URL’s such as Facebook and Twitter have. For example, if I go to twitter.com/aggot my page appears.
Would this system generate a unique user page on the server or is it re-directing?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
(new) Twitter uses JavaScript, but the Easiest solution would be to use .htaccess to redirect to something like `/users.php?id=. You can do this without unmasking the true URL. Take a look ad mod_rewrite for Apache.