When I navigate through my Website and access a new Site, by example:
Default.aspx
it would show in the URL-Bar: www.mySite.com/Default.aspx
But I want to hide this! -> So each time, it should stay: www.mySite.com
How to achieve 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.
If you want every page to have your main domain name only in the url, you could create a frame in your index page (f.ex. Default.aspx, or even better index.html):
and then create your new startpage in default2.aspx.
However, frames have disadvantages, and your visitors wouldn’t be able to copy the url – they would always return to your startpage.