Dan,
Maybe I'm missing why this is a
Global redirect. It seams like you just need to replace the page at "/old_directory/downloads.asp" with a redirect page to "/new_directory/downloads/default.asp"
A simple replacement page for "/old_directory/downloads.asp" like:
Code:
<%
Response.Redirect "/new_directory/downloads/default.asp"
%>
would do the trick.
If it's something more complicated like needing to redirect a user someplace else if they link to any page in "/old_directory/...whatever..." would most likely need to be done in the server.
Bruce Luckcuck
Director, Applications & Support Services
Wiley Publishing, Inc.