How do I redirect a site to point to a different URl? I have a Windows server. Is there a script I should be using? Thanks.
Scally_Ally
5:27 pm on Nov 3, 2005 (gmt 0)
use
response.redirect("http://www.example.com")
at the top of the page
mikejimenez
6:31 pm on Nov 3, 2005 (gmt 0)
mmm I try puting the
response.redirect("http://www.interactivexperts.com/education" code on top of the HTML page and it doesn't seem to work. what can I be doing wrong? Thanks.
Staffa
6:51 pm on Nov 3, 2005 (gmt 0)
For response.redirect to work your page needs to have a *.asp extension.
If you're using *.html pages then put the following between <head> and </head>