View Single Post

  #13 (permalink)  
Old 13-09-2008, 03:01 PM
Toiletroll Toiletroll is offline
PHYSEO Theriputithor
 
Join Date: Aug 2008
Location: Ireland
Posts: 194
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Toiletroll will become famous soon enough
Default

Quote:
Originally Posted by Forbairt View Post
hence we could go into your rewrite rules ... but it doesn't look like you've actually configured the system correctly yet so ... (documentation)
What if I put this code in my .NET webpages?

Quote:
<script language="c#" runat="server">
private void Page_Load(object sender, System.EventArgs e)

{

Response.Status = "301 Moved Permanently";

Response.AddHeader("Location","http://www.new-url.com");

}

</script>
Reply With Quote