Click to See Complete Forum and Search --> : Hiding true page.


amacfarl
10-05-2003, 07:15 PM
Hi

I am using JSPs for my websites.

How can I hide the page so instead of

http://www.example.com/webpage.jsp

the user only sees

http://www.example.com

Thanks in advance

Kind regards
Angus

pyro
10-05-2003, 07:18 PM
Rename example.jsp to index.jsp. If you have a different index page, the only other way would be to use an invisible frame (one frame set to 0 and the other to 100%), though then you'll have all the implications that go along with frames...