Okay. Let me try to explain this as best as I can. Anyone ever played hyperiums or any other online game? Notice how they have a thing of making the URL read the directory no matter what.. example:
http://www.hyperiums.com/servlet
now i click a link on the page called http://www.hyperiums.com/servlet/some/f ... understand
and it still reads http://www.hyperiums.com/servlet
how the hell do they do that? Thanks for any ideas.
Masking URL question
Moderator: General Moderators
- jayshields
- DevNet Resident
- Posts: 1912
- Joined: Mon Aug 22, 2005 12:11 pm
- Location: Leeds/Manchester, England
-
Charles256
- DevNet Resident
- Posts: 1375
- Joined: Fri Sep 16, 2005 9:06 pm
Usually Apache mod_rewrite: http://www.phpfreaks.com/tutorials/23/0.php
I think in the above case it's just the way the java app server works. I'm not a Java person though.
I think in the above case it's just the way the java app server works. I'm not a Java person though.
-
Charles256
- DevNet Resident
- Posts: 1375
- Joined: Fri Sep 16, 2005 9:06 pm