2023-11-18 分類: 網(wǎng)站建設
原問:
假設以前有個為:http://www.abc.com/
現(xiàn)在要更換一個新的:http://www.123.com/
怎樣才能讓http://www.abc.com/自動跳轉到http://www.123.com/
我說的跳轉是在http://www.abc.com/帶有參數(shù)的時候,比如
http://www.abc.com/01/1.html 自動跳轉到 http://www.123.com/01/1.html
如果定義一個404錯誤,這個代碼怎么寫。
感謝 etangren
404.asp 你就這樣寫
CODE:[Copy to clipboard]<%
dim url
private Function GetUrl()
Dim ScriptAddress, M_ItemUrl, M_item
ScriptAddress = CStr(Request.ServerVariables("SCRIpT_NAME")) '取得當前地址
M_ItemUrl = ""
If (Request.QueryString <> "") Then
ScriptAddress = ScriptAddress & "?"
For Each M_item In Request.QueryString
If InStr(page,M_Item)=0 Then
M_ItemUrl = M_ItemUrl & M_Item &"="& Server.URLEncode(Request.QueryString(""&M_Item&"")) &
"&"
End If
Next
end if
GetUrl = ScriptAddress & M_ItemUrl
End Function
%>
<%Response.Redirect "http://www.abc.com/"&Url&""%> 跳轉的
當前文章:更換域名自動跳轉的404代碼
路徑分享:http://www.rwnh.cn/news4/295104.html
成都網(wǎng)站建設公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站導航、全網(wǎng)營銷推廣、搜索引擎優(yōu)化、企業(yè)建站、App開發(fā)、企業(yè)網(wǎng)站制作
聲明:本網(wǎng)站發(fā)布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經(jīng)允許不得轉載,或轉載時需注明來源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內容