View Single Post
  #9  
Old 03-01-2006, 10:04 AM
RyanSmith RyanSmith is offline
SEO
 
Join Date: Sep 2005
Location: Fort Collins, Colorado
Posts: 446 RyanSmith will become famous soon enoughRyanSmith will become famous soon enough
That looks like ASP in which case your probably not using Apache anyway. Your close, this is what I user for 301's in ASP
Response.StatusCode = 301
Response.Status = "301 Moved Permanently"
Response.AddHeader("Location", url)
__________________
AJAX Example Sites is now here! With a nice
AJAX Chat Application Tutorial
Reply With Quote