请教各位大侠们,为什么我google网站管理员后台出现如许多抓取错误
2016-07-07 15:02 来源:www.chinab4c.com 作者:ecshop专家
| 以前2.6.2的时候,开启了伪静态,没有这么多问题,自从升级到了2.7.x以后就出现了如此多的抓取错误,是不是因为开启了筛选的缘故啊,怎么解决呢! 顺便把我的伪静态规则贴出来,大家帮我分析一下,急死了 [ISAPI_Rewrite] # 为了确保重写规则不影响服务器上的其他站点 # 请将下面的语句前的#号去掉,并将(?:www\.)?site1\.com改为商店所在域名 RewriteCond %{HTTP:Host} www.suzhou99.com RewriteRule ^(.*)/index.html(\??)(.*)$ $1/index\.php\?$3[I] RewriteRule ^(.*)/feed-c([0-9]+).xml(\??)(.*)$$1/feed\.php\?$4&cat=$2[I] RewriteRule ^(.*)/feed-b([0-9]+).xml(\??)(.*)$$1/feed\.php\?$4&brand=$2[I] RewriteRule ^(.*)/feed-type([^-]+)\.xml(\??)(.*)$$1/feed\.php\?$4&type=$2 [I] RewriteRule ^(.*)/feed.xml(\??)(.*)$$1/feed\.php\?$3[I] RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)-min([0-9]+)-max([0-9]+)-attr([^-]*)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html(\??)(.*)$$1/category\.php\?$12&id=$2&brand=$3&price_min=$4&price_max=$5&filter_attr=$6&page=$7&sort=$8&order=$9[I] RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)-min([0-9]+)-max([0-9]+)-attr([^-]*)\.html(\??)(.*)$$1/category\.php\?$8&id=$2&brand=$3&price_min=$4&price_max=$5&filter_attr=$6 [I] RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html(\??)(.*)$$1/category\.php\?$9&id=$2&brand=$3&page=$4&sort=$5&order=$6[I] RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)-([0-9]+)(.*)\.html(\??)(.*)$$1/category\.php\?$7&id=$2&brand=$3&page=$4 [I] RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)(.*)\.html(\??)(.*)$$1/category\.php\?$6&id=$2&brand=$3[I] RewriteRule ^(.*)/category-([0-9]+)(.*)\.html(\??)(.*)$$1/category\.php\?$5&id=$2[I] RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)\.html(\??)(.*)$$1/category\.php\?$5&id=$2&brand=$3[I] RewriteRule ^(.*)/goods-([0-9]+)(.*)\.html(\??)(.*)$$1/goods\.php\?$5&id=$2[I] RewriteRule ^(.*)/article_cat-([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html(\??)(.*)$$1/article_cat\.php\?$8&id=$2&page=$3&sort=$4&order=$5[I] RewriteRule ^(.*)/article_cat-([0-9]+)-([0-9]+)(.*)\.html(\??)(.*)$$1/article_cat\.php\?$6&id=$2&page=$3 [I] RewriteRule ^(.*)/article_cat-([0-9]+)(.*)\.html(\??)(.*)$$1/article_cat\.php\?$5&id=$2[I] RewriteRule ^(.*)/article-([0-9]+)(.*)\.html(\??)(.*)$$1/article\.php\?$5&id=$2 [I] RewriteRule ^(.*)/brand-([0-9]+)-c([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)\.html(\??)(.*)$$1/brand\.php\?$8&id=$2&cat=$3&page=$4&sort=$5&order=$6 [I] RewriteRule ^(.*)/brand-([0-9]+)-c([0-9]+)-([0-9]+)(.*)\.html(\??)(.*)$ $1/brand\.php\?$7&id=$2&cat=$3&page=$4[I] RewriteRule ^(.*)/brand-([0-9]+)-c([0-9]+)\.html(\??)(.*)$$1/brand\.php\?$5&id=$2&cat=$3[I] RewriteRule ^(.*)/brand-([0-9]+)-c([0-9]+)(.*)\.html(\??)(.*)$ $1/brand\.php\?$6&id=$2&cat=$3[I] RewriteRule ^(.*)/brand-([0-9]+)(.*)\.html(\??)(.*)$$1/brand\.php\?$5&id=$2[I] RewriteRule ^(.*)/tag-(.*)\.html(\??)(.*)$$1/search\.php\?$4&keywords=$2[I] RewriteRule ^(.*)/snatch-([0-9]+)\.html(\??)(.*)$$1/snatch\.php\?$4&id=$2[I] RewriteRule ^(.*)/group_buy-([0-9]+)\.html(\??)(.*)$$1/group_buy\.php\?$4&act=view&id=$2[I] RewriteRule ^(.*)/auction-([0-9]+)\.html(\??)(.*)$ $1/auction\.php\?$4&act=view&id=$2 [I] RewriteRule ^(.*)/exchange-id([0-9]+)(.*)\.html(\??)(.*)$$1/exchange\.php\?$5&id=$2&act=view[I] RewriteRule ^(.*)/exchange-([0-9]+)-min([0-9]+)-max([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html(\??)(.*)$$1/exchange\.php\?$10&cat_id=$2&integral_min=$3&integral_max=$4&page=$5&sort=$6&order=$7 [I] RewriteRule ^(.*)/exchange-([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html(\??)(.*)$$1/exchange\.php\?$8&cat_id=$2&page=$3&sort=$4&order=$5 [I] RewriteRule ^(.*)/exchange-([0-9]+)-([0-9]+)(.*)\.html(\??)(.*)$$1/exchange\.php\?$6&cat_id=$2&page=$3[I] RewriteRule ^(.*)/exchange-([0-9]+)(.*)\.html(\??)(.*)$$1/exchange\.php\?$5&cat_id=$2[I] | 
回答:
| 期待高手出现... | 
| 129、循序而渐进,熟读而精思。(宋朱熹读书之要)130、问渠哪得清如许,为有源头活水来。(宋朱熹观书有感)131、不畏浮云遮望眼,只缘身在最高层。(宋王安石登飞来峰)132、看似寻常最奇崛,成如容易却艰辛。(宋王安石)133、荷尽已无擎雨盖,菊残犹有傲霜枝。(宋苏轼冬景) | 
| 不错,顶一下,  | 
| 顶一下,期待有人能帮我发现问题, | 
| 关闭复杂重写,用简单重写 | 
| 这几天 没见 晓天了 ,应该很忙 。 | 
| hehe.. 确实是编码问题 | 
| 我设置的就是简单重写哦,哪儿来这么多找不到地址啊,为了试着能把这个问题解决,我昨天刚刚开了复杂重写,不知道会不会解决这个问题呢 | 
 
        
					
						
					
					
						
                          
					
				 
      
      最近更新
常用插件
- ecshop商品分类名称增加样
                                  ecshop插件介绍:本插件可以方便在后台管理,为ecshop商品分类名称增加样... 
- ecshop分类批量扩展插件
                                  ecshop分类批量扩展插件,这个插件是ecshop插件里面比较核心的插件。我们... 
- ecshop二次开发详细页面生
                                  插件介绍: ECSHOP系统,在很多时候,很多商品没有人购买,不但购买的人... 
- ecshop二次商品订购人信息
                                  ecshop二次商品订购人信息填写插件,有时候给朋友送花,或者是送礼品的... 
- ecshop2.7.1打印发货单插件
                                  ecshop2.7.1打印发货单插件介绍:ecshop2.7.1和以前的ecshop版本不一样,ecs... 
ecshop热门问答
ecshop热门资料
          
               
            ecshop小图切大图 
                
            ecshopSpyder 
                
            ecshopECSHOP留言本 
                
            ecsho顶级分类 
                
            ecshopresult 
                
            ecshoprequired 
                
            ecshop网址 
                
            ecshopEC功能 
                
            ecshop白菜价 
                
            ecshopuch 
                
            ecshop限制查看 
                
            ecshop数据库 
                
            ecshop中文名 
                
            ecshop插手 
                
            ecshop搬移 
                
            ecshop开发项目 
                
            ecshop形式 
                
            ecshopavailable 
                
            ecshop云安全 
                
            ecshop礼品安全套 
                
            ecshop学长 
                
            ecshop求模版 
                
            ecshop饮水机 
                
            ecshop买包包2011 
                
            ecshop整合 
                
            ecshopPDF 
                
            ecshop大伯 
                
            ecshop家庭 
                
            ecshop用户 
                
            ecshop现像 
             
        
      


