How would I hide the pages that the user is surfing and just show
him/her the domain name. E.G. http://www.google.com as opposed to
http://www.google.com/index.aspx etc…
Thanks
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.
You can use a frameset for this, though it is deprecated in HTML5.
Additionally, you break the ability of the user to bookmark pages and make their experience worse.
I recommend against doing such a thing.