I’m looking for a way how to change URL in browsers address bar.
For example user writes
“www.domain.com/somepage”;
and I want to that user only see this:
“www.domain.com”
How I can do this?
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.
Use iframe, frameset or ajax loading page. However, all of them are bad for SEO.
The good one to use is .htaccess URL rewrite, and set write http://www.domain.com -> http://www.domain.com/somepage