<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head><meta forua="true" http-equiv="Cache-Control" content="max-age=0" /></head>
<card title="asp伪静态技术" id="card1">
<p> 游客</p><p>
标题:asp伪静态技术<br/>
正文:<br/>
asp伪静态技术实践证明，伪静态比动态页面能够让搜索引蜘蛛擎更好的收录你的网站，所以很多站长都采用伪静态来优化网站，但是需要服务器安装 isapi rewrite 或者 mod rewrite对于许多使用虚拟主机的站长，由于服务器不支持 url rewrite, 伪静态很难实现。把这段代码插入你需要伪静态的页面，就可以实现了1.单参数功能:把:www.123.com/index.asp?id=123伪静态为:www.123.com/index.asp?/123.html代码: -------------------------------&amp;lt;%id=request.QueryString(&amp;quot;id&amp;quot;) If id=&amp;quot;&amp;quot; Then    serversc=Request.ServerVariables(&amp;quot;QUERY_STRING&amp;quot;) id=replace(serversc,&amp;quot;/&amp;quot;,&amp;quot;&amp;quot;)id=replace(id,&amp;quot;.html&amp;quot;,&amp;quot;&amp;quot;)End If    %&amp;gt;-------------------------------2.多参数功能:把:www.123.com/index.asp?id=123&amp;amp;page=1&amp;amp;order=2伪静态为:www.123.com/index.asp?/123-1-2.html代码: -------------------------------&amp;lt;%If id=&amp;quot;&amp;quot; and page=&amp;quot;&amp;quot; and order=&amp;quot;&amp;quot; Then    serversc=Request.ServerVariables(&amp;quot;QUERY_STRING&amp;quot;) id=replace(serversc,&amp;quot;/&amp;quot;,&amp;quot;&amp;quot;)id=replace(id,&amp;quot;.html&amp;quot;,&amp;quot;&amp;quot;)arr=split(id,&amp;quot;-&amp;quot;)id=arr(0)page=arr(1)orde<br/><a href="http://www.xmhjfb.com/wap.asp?mode=WAP&amp;act=View&amp;id=46&amp;Page=1">[&lt;&lt;]</a><a href="http://www.xmhjfb.com/wap.asp?mode=WAP&amp;act=View&amp;id=46&amp;Page=1">[[1]]</a><a href="http://www.xmhjfb.com/wap.asp?mode=WAP&amp;act=View&amp;id=46&amp;Page=2">[2]</a><a href="http://www.xmhjfb.com/wap.asp?mode=WAP&amp;act=View&amp;id=46&amp;Page=3">[3]</a><a href="http://www.xmhjfb.com/wap.asp?mode=WAP&amp;act=View&amp;id=46&amp;Page=3">[&gt;&gt;]</a><br/>
<br/>
<a href="wap.asp?act=Com&amp;id=46">查看评论(0)</a><br/>
<a href="wap.asp?act=AddCom&amp;inpId=46">发表评论</a><br/><br/>

<br/>

<br/>
<a href="http://www.xmhjfb.com/wap.asp">首页</a>
</p>
</card>
</wml>