Not real sure just what you're looking for, but if you want to redirect users to another url on a system running IIS, just use ASP:
<%
Response.Redirect "http://www.one.com/2/3/3/5.htm"
%>
There's other ways of doing it, but that's about the simplest.
If that's not what you're looking for, try to be a little clearer and maybe I can help.
All the best,
E3