Quote:
Originally Posted by lostie Can anyone tell me conclusively how to permanently redirect a html page, and i'm on IIS so cant do a htaccess redirect. The only method i've found that works is using the control panel of our host, but surely there's an easier way? |
Hmm ... no asp experience ... you could edit the page you want to redirect
Code:
<%
Response.Redirect "http://www.donkeyland.com"
%>
But as far as I know it has to be done through the IIS admin panel