我好像有点明白了,httpd.ini伪静态规则,只是可以把html伪静态网址,定向到真正的asp网址,而不会自动更换链接,链接需要自己程序手动更换,就像ls那样修改.
是不是我理解的这样?
下面是我生成连接的代码
<tr>
<td width="6%" height="24" align="center" ><img src="Img/arrow_6.gif" width="11" height="11"></td>
<td width="65%" height="24" style="BORDER-bottom: #999999 1px dotted"><% if rs("FirstImageName")<>"" then response.write "<img src='images/news.gif' border=0 alt='图片新闻'>" end if %>
<a href="shownews.asp?id=<%= RS("id") %>" target="_blank"><%= RS("TITLE") %></a> </td>
<td width="29%" style="BORDER-bottom: #999999 1px dotted"><div align="right"><font color="#999999">[<a href="NewsClass.asp?BigClass=<%= RS("BigclassName") %>" target="_blank"><%=rs("BigClassName")%></a>] </font></div></td>
</tr>