中药方大全小图标
您当前的位置:首页 > 其他 > 网站日记

伪静态大全-规则库-高效率代码重写

提示: 阅读权限:公开  来源:原创  作者:中药方大全

宝塔 ,帝国cms,伪静态

rewrite ^([^.]*)/listinfo-(.+?)-(.+?).html$ $1/e/action/ListInfo/index.php?classid=$2&page=$3 last;
rewrite ^([^.]*)/showinfo-(.+?)-(.+?)-(.+?).html$ $1/e/action/ShowInfo.php?classid=$2&id=$3&page=$4 last;
rewrite ^([^.]*)/infotype-(.+?)-(.+?).html$ $1/e/action/InfoType/index.php?ttid=$2&page=$3 last;
rewrite ^([^.]*)/tags-(.+?)-(.+?).html$ $1/e/tags/index.php?tagname=$2&page=$3 last;
rewrite ^([^.]*)/comment-(.+?)-(.+?)-(.+?)-(.+?)-(.+?)-(.+?).html$  $1/e/pl/index.php?doaction=$2&classid=$3&id=$4&page=$5&myorder=$6&tempid=$7 last;
if (!-e $request_filename) {
    return 404;
}

我写过的伪静态:

rewrite ^([^.]*)/([1-9][0-9]+?)/$ $1/e/action/ShowInfo.php?classid=$2 last;
rewrite ^([^.]*)/qq(.{7,})/$ $1/qq.php?vid=$2 last;
rewrite ^([^.]*)/youku(.{7,})/$ $1/youku.php?vid=$2 last;
if (!-e $request_filename) {
    return 404;
}
 

变量$rule_0的初始值为空。当他为21表示,

rewrite ^/infotype-([0-9]+)-([0-9]+).html$ /e/action/InfoType/index.php?ttid=$1&page=$2 last;
rewrite ^/zt/([a-zA-Z0-9]+)/$ /e/tags/index.php?py=$1&page=$2 last;
rewrite ^/zt/([a-zA-Z0-9]+)/([0-9]).html$ /e/tags/index.php?py=$1&page=$2 last;
if (!-f $request_filename){
    set $rule_0 1$rule_0;
}
if ($request_uri !~ "^(/)(d|e|html|images|s|search|skin|t)($|/)"){
    set $rule_0 2$rule_0;
}
if ($rule_0 = "21"){
 rewrite ^/([0-9a-zA-Z-/]+)/(|index.html|index_[0-9]+.html)$ /e/action/listdocdaodafa.php?classid=$1&page=$2 last;
    rewrite ^/([0-9a-zA-Z-/]+)/([0-9a-zA-Z]+)([_0-9]*).html$ /e/action/showdocdaodada.php?classid=$1&id=$2&page=$3 last;


tags: 静态 大全 规则  高效率 代码 重写 伪静态
返回顶部
推荐资讯
视频:田纪钧讲关节不痛的秘密、膝关节拉筋法
视频:田纪钧讲关节不
白露到了,你还好吗?
白露到了,你还好吗?
尿疗与断食
尿疗与断食
给风疹反复发作女孩的药方(组图)
给风疹反复发作女孩的
相关文章
栏目更新
栏目热门
  1. 帝国cms全站搜索的分页格式如何修改-流程
  2. libreoffice7的命令大全
  3. 帝国cms插件之标题生成标题图片
  4. 帝国cms插件安装模板
  5. useragent两千条,爬虫专用
  6. 帝国cms插件如何兼容gbk和utf8
  7. 帝国cms插件之迅搜
  8. 帝国cms用户上传文件名的命名规则及修改方
  9. 帝国cms7.2函数大全
  10. 帝国cms代码片段备忘录