Medlem
|
|
Reg.datum: Feb 2006
Inlägg: 52
|
|
Medlem
Reg.datum: Feb 2006
Inlägg: 52
|
Tack för tipsen!
Jag antar att det blir så här i asp:
<%@ Language=VBScript %>
<%
' Permanent redirection
Response.Status = "301 Moved Permanently"
Response.AddHeader "Location", "http://www.domän.se/fat.html"
Response.End
%>
|