Tina Clarke said:
Does the page that code is on have to be a .asp extenstion?
Yes, because that's ASP code. PHP's version of that code would need to end
with .php.
Of course, the server can be configured to parse _any_ extension, so it's
conceivable that you could tell the ASP interpreter to process .htm, .php,
..anything, so, in that case it wouldn't need to be .asp. Of course, that's
just crazy talk...
If a user is managing their own IIS server, I'd recommend using IIS'
features for redirecting instead of a redirect script. But most folks are
hosted so Jon's code (or other language equivalent) would be necessary.