联 系 人:李总
联系电话:13759574266
在线 QQ:89417157
邮箱:13759574266@qq.com
微信号:ynlongtou
地址:昆明市滇缅大道旁昆建路5号108智库空间A座4楼
顶级域名“ynlongtou.com”做权重可以传递的301永久跳转,转到一级域名“www.ynlongtou.com”。一来让网站权重更加集中,二来,保持一致性。
<%
currentdomain= request.ServerVariables("SERVER_NAME")
If currentdomain="wangyuwen.com" or currentdomain="http://ynlongtou.com" then
Response.Status="301 Moved Permanently"
Response.AddHeader "Location","http://www.ynlongtou.com"
End if
%>
ASP Request
Request对象用于从用户那里取得信息。
request.ServerVariables
ServerVariables 集合用于取回服务器变量的值。
SERVER_NAME:返回服务器主机名、DNS别名,或者IP地址。
ASP Response
Response对象用于从服务器向用户发送输出的结果。
Response.Status:
Status 属性规定由服务器返回的状态行的值。
web.config文件中配置301跳转带代码
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="WWW Redirect" stopProcessing="true">
<match url=".*" />
<conditions>
<add input="{HTTP_HOST}" pattern="^ynlongtou.com$" />
</conditions>
<action type="Redirect" url="http://www.ynlongtou.com/{R:0}" redirectType="Permanent" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
更多云南龙头科技有限公司网站案例请查看:http://www.ynlongtou.com/case.asp?id=3
云南龙头科技有限公司凭借多年的网站建设经验,坚持以“帮助中小企业实现网络营销化”为宗旨,成功帮助多家中小企业实现互联网信息化建设,得到了客户的一致好评。如你有任何关于网站建设的疑问,请立即点击咨询云南龙头科技有限公司资深营销专家或拨打咨询热线:13759574266,我们会详细为你一一解答你心中的疑难。
扫描关注官方微信