山野匹夫 大佬有话说 :
米被Q了,需要个301跳转
需要301代码,其他代码不适用
有料的大佬PM
TG:@gs166
manc 大佬有话说 :
蹲个vip
G奶 大佬有话说 :
ASP代码: !
<%@ Language=VBScript %>
<%
Response.Status="301 Moved Permanently" Response.AddHeader "Location" , " http://www.###.com"
%>
PHP代码:
<?
Header( “HTTP/1.1 301 Moved Permanently” );
Header( “Location: http://www.###.com” );
?>