正文

4001140439

网站自动跳转代码

032023.03
来源:贤哲 运维知识 2023-03-03 阅读:1055 网站

1.HTML方式(可隐藏跳转后网址)

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>贤哲互联科技</title>

<frameset framespacing="0" border="0" rows="0" frameborder="0">

<frame name="main" src="http://www.sagetessa.com/" scrolling="auto" noresize></frameset>

</head>

<body></body>

</html>


2.HTML跳转

<meta http-equiv="refresh" content="0; url=http://www.sagetessa.com">


3.PHP跳转


<?php

header("HTTP/1.1 301 Moved Permanently");

header("Location: http://www.sagetessa.com");

exit();

?>


4.JavaScript跳转


<script language="javascript">

top.location='http://www.sagetessa.com';

</script>


5.Apache(301)跳转

Options +FollowSymLinks

RewriteEngine on

RewriteRule (.*) http://www.sagetessa.com$1 [R=301,L]


6.ASP跳转

<%

Response.Status="301 Moved Permanently"

Response.AddHeader "Location","http://www.sagetessa.com"

Response.End

%>


7.ASP.NET(301)跳转


<%@ Page Language="C#" %>

<script runat="server">

protected void Page_Load(object sender, EventArgs e)

{

HttpContext.Current.Response.StatusCode = 301;

HttpContext.Current.Response.Status = "301 Moved Permanently";

HttpContext.Current.Response.AddHeader("Location", http://www.sagetessa.com);

}


8.Perl跳转


$q = new CGI;

print $q->redirect("

http://www.sagetessa.com");


9.Pyton跳转

from django import http

def view(request):

return http.HttpResponseRedirect('http://www.sagetessa.com')



Copyright © 2005- sagetessa.com All rights reserved.
苏州贤哲互联科技有限公司版权所有 | 苏ICP备19006806号-1 | 苏公网安备32058102001872 | lcons by lcons8 | 数据保护 | 隐私政策
网警可信网站身份验证网站认证防黑联盟CyberVadis国际安全认证