该脚本当前添加了整个 url(包括 /default.html),而我要更改的是 url 的最后一部分。我想删除 default.html(本质上是 url 的文件名部分)。
所以基本上我想改变的这部分代码是这样的:
if matches = 1 Then
Response.Redirect( urlLink ) //Would like to add new code here to change url that is passed
end if
该脚本当前添加了整个 url(包括 /default.html),而我要更改的是 url 的最后一部分。我想删除 default.html(本质上是 url 的文件名部分)。
所以基本上我想改变的这部分代码是这样的:
if matches = 1 Then
Response.Redirect( urlLink ) //Would like to add new code here to change url that is passed
end if