Archive of UserLand's first discussion group, started October 5, 1998.
Re: Redirection thru file system for IIS?
Author: David Carter-Tod Posted: 7/26/1999; 1:35:05 PM Topic: Redirection thru file system for IIS? Msg #: 8774 (In response to 8772) Prev/Next: 8773 / 8775
Dennis: The quick hack would just be to put: response.redirect "newlocation.htm" in place of (or at the top of) each page to send the redirect header. Just a little tedious if there are lots of files.Dave W.: That's not tedious, that's the kind of answer I was looking for. It's not tedious because I have a scripting system and can easily generate the files with a script.
<%@ Language = VBScript %>
<% response.buffer = true %>
<% response.redirect("http://www.scripting.com") %>is what Dennis is talking about, but as I said earlier, it only works in ASP pages.
David
There are responses to this message:
- Re: Redirection thru file system for IIS?, Dennis Peterson, 7/26/1999; 2:05:59 PM
This page was archived on 6/13/2001; 4:51:33 PM.
© Copyright 1998-2001 UserLand Software, Inc.