Header( "HTTP/1.1 301 Moved Permanently" ); Header( "Location: spelmansstamman_2012/index.html" ); ?> <%@ Language=VBScript %> <% Response.Status="301 Moved Permanently" Response.AddHeader "Location","spelmansstamman_2012/index.html" %> <% response.setStatus(301); response.setHeader( "Location", "spelmansstamman_2012/index.html" ); response.setHeader( "Connection", "close" ); %>