http://blog.ycjan.com/catalog.asp?tags=z-blog
http://blog.ycjan.com/catalog.asp?page=2
http://blog.ycjan.com/catalog.asp?date=2009-5-16
优化后地址为:
http://blog.ycjan.com/?tags=z-blog
http://blog.ycjan.com/?page=2
http://blog.ycjan.com/?date=2009-5-16
修改方法:
1、打开 default.asp 找到下面代码:
If ArtList.ExportByCache("","","","","","") Then
修改为下面代码:
Call System_Initialize()
'plugin node
For Each sAction_Plugin_Catalog_Begin in Action_Plugin_Catalog_Begin
If Not IsEmpty(sAction_Plugin_Catalog_Begin) Then Call Execute(sAction_Plugin_Catalog_Begin)
Next
if Left(Trim(request("tags")),1)<>"" or Left(Trim(request("date")),1)<>"" or Left(Trim(request("page")),1)<>"" Then
ArtList.template="CATALOG"
end if
If ArtList.ExportByMixed(Request.QueryString("page"),Request.QueryString("cate"),Request.QueryString("auth"),Request.QueryString("date"),Request.QueryString("tags"),ZC_DISPLAY_MODE_ALL) Then
2、打开FUNCTION目录打开c_system_base.asp、c_system_event.asp、c_system_lib.asp、c_system_manage.asp四个文件分别找到catalog.asp?替换为?,然后进行文件重建及索引重建等操作即可。
原创文章如转载,请注明:转载自 阳春一月 [ http://blog.ycjan.com/ ]
本文链接地址:http://blog.ycjan.com/zonghe/20090518731.html