seani 发表于 2013-5-16 03:26:39

十万火急feed.xml feed.php问题

我的网站http://www.xqtxsp.com/feed.xml 里面内容链接都是错误的!
比如:
   



里面第一个链接是:
多出一个http://www.xqtxsp.com/ 这样了 并且去掉多出的这个网址后 这个网址也是打不开的,不知道什么原因。

我的重写规则如下:


order deny,allow
deny from all

RewriteEngine On
#RewriteBase /
# direct one-word access
RewriteRule ^index.html$ index.php
RewriteRule ^category$ index.php
# access any object by its numeric identifier
RewriteRule ^feed-c(+).xml$ feed.php?cat=$1
RewriteRule ^feed-b(+).xml$ feed.php?brand=$1
RewriteRule ^feed-type([^-]+).xml$ feed.php?type=$1
RewriteRule ^feed.xml$ feed.php
RewriteRule ^category-(+)-b(+)-min(+)-max(+)-attr([^-]*)-(+)-(.+)-(+)(.*).html$ category.php?id=$1&brand=$2&price_min=$3&price_max=$4&filter_attr=$5&page=$6&sort=$7&order=$8
RewriteRule ^category-(+)-b(+)-min(+)-max(+)-attr([^-]*)(.*).html$ category.php?id=$1&brand=$2&price_min=$3&price_max=$4&filter_attr=$5
RewriteRule ^category-(+)-b(+)-(+)-(.+)-(+)(.*).html$ category.php?id=$1&brand=$2&page=$3&sort=$4&order=$5
RewriteRule ^category-(+)-b(+)-(+)(.*).html$ category.php?id=$1&brand=$2&page=$3
RewriteRule ^category-(+)-b(+)(.*).html$ category.php?id=$1&brand=$2
RewriteRule ^category-(+)(.*).html$ category.php?id=$1
RewriteRule ^goods-(+)(.*).html$ goods.php?id=$1
RewriteRule ^article_cat-(+)-(+)-(.+)-(+)(.*).html$ article_cat.php?id=$1&page=$2&sort=$3&order=$4
RewriteRule ^article_cat-(+)-(+)-(.+)(.*).html$ article_cat.php?id=$1&page=$2&keywords=$3
RewriteRule ^article_cat-(+)-(+)(.*).html$ article_cat.php?id=$1&page=$2
RewriteRule ^article_cat-(+)(.*).html$ article_cat.php?id=$1
RewriteRule ^article-(+)(.*).html$ article.php?id=$1
RewriteRule ^brand-(+)-c(+)-(+)-(.+)-(+).html brand.php?id=$1&cat=$2&page=$3&sort=$4&order=$5
RewriteRule ^brand-(+)-c(+)-(+)(.*).html brand.php?id=$1&cat=$2&page=$3
RewriteRule ^brand-(+)-c(+)(.*).html brand.php?id=$1&cat=$2
RewriteRule ^brand-(+)(.*).html brand.php?id=$1
RewriteRule ^tag-(.*).html search.php?keywords=$1
RewriteRule ^snatch-(+).html$ snatch.php?id=$1
RewriteRule ^group_buy-(+).html$ group_buy.php?act=view&id=$1
RewriteRule ^auction-(+).html$ auction.php?act=view&id=$1
RewriteRule ^exchange-id(+)(.*).html$ exchange.php?id=$1&act=view
RewriteRule ^exchange-(+)-min(+)-max(+)-(+)-(.+)-(+)(.*).html$ exchange.php?cat_id=$1&integral_min=$2&integral_max=$3&page=$4&sort=$5&order=$6
RewriteRule ^exchange-(+)-(+)-(.+)-(+)(.*).html$ exchange.php?cat_id=$1&page=$2&sort=$3&order=$4
RewriteRule ^exchange-(+)-(+)(.*).html$ exchange.php?cat_id=$1&page=$2
RewriteRule ^exchange-(+)(.*).html$ exchange.php?cat_id=$1

taimushan 发表于 2013-5-16 03:39:48

你的站反应够慢

林峰卓羲 发表于 2013-5-16 03:40:59

我这边网速挺好的

黄骅百姓 发表于 2013-5-16 03:43:31

谁知道原因啊

李唐帝国 发表于 2013-5-16 03:48:48

..............抢积分。。。。。。。。。。

zhujing666 发表于 2013-5-16 03:51:45

还是没人知道啊

gczheng 发表于 2013-5-16 03:53:12



# 为了确保重写规则不影响服务器上的其他站点
# 请将下面的语句前的#号去掉,并将(?:www.)?site1.com改为商店所在域名

RewriteCond Host: ^xqtxsp.com$
RewriteRule (.*) http://www.xqtxsp.com$1

RewriteCond %{HTTP:Host} (?:www.)?xqtxsp.com

RewriteRule ^(.*)/index.html$                $1/index.php         
RewriteRule ^(.*)/category$                  $1/index.php         
RewriteRule ^(.*)/feed-c(+).xml$      $1/feed.php?cat=$2   
RewriteRule ^(.*)/feed-b(+).xml$      $1/feed.php?brand=$2
RewriteRule ^(.*)/feed-type([^-]+).xml$   $1/feed.php?type=$2   
RewriteRule ^(.*)/feed.xml$                  $1/feed.php            
RewriteRule ^(.*)/category-(+)-b(+)-min(+)-max(+)-attr([^-]*)-(+)-(.+)-(+)(.*).html$$1/category.php?id=$2&brand=$3&price_min=$4&price_max=$5&filter_attr=$6&page=$7&sort=$8&order=$9
RewriteRule ^(.*)/category-(+)-b(+)-min(+)-max(+)-attr([^-]*)(.*).html$                            $1/category.php?id=$2&brand=$3&price_min=$4&price_max=$5&filter_attr=$6                        
RewriteRule ^(.*)/category-(+)-b(+)-(+)-(.+)-(+)(.*).html$                              $1/category.php?id=$2&brand=$3&page=$4&sort=$5&order=$6                                          
RewriteRule ^(.*)/category-(+)-b(+)-(+)(.*).html$                                       $1/category.php?id=$2&brand=$3&page=$4                                                         
RewriteRule ^(.*)/category-(+)-b(+)(.*).html$                                          $1/category.php?id=$2&brand=$3                                                                  
RewriteRule ^(.*)/category-(+)(.*).html$                               $1/category.php?id=$2                              

RewriteRule ^(.*)/category-(+)-b(+).html(.*)$                                          $1/category.php?$4&id=$2&brand=$3

RewriteRule ^(.*)/goods-(+)(.*).html$                                  $1/goods.php?id=$2                                 
RewriteRule ^(.*)/article_cat-(+)-(+)-(.+)-(+)(.*).html$$1/article_cat.php?id=$2&page=$3&sort=$4&order=$5
RewriteRule ^(.*)/article_cat-(+)-(+)-(.+)(.*).html$            $1/article_cat.php?id=$1&page=$2&keywords=$3         
RewriteRule ^(.*)/article_cat-(+)-(+)(.*).html$                   $1/article_cat.php?id=$2&page=$3                  
RewriteRule ^(.*)/article_cat-(+)(.*).html$                            $1/article_cat.php?id=$2                           
RewriteRule ^(.*)/article-(+)(.*).html$                              $1/article.php?id=$2                              
RewriteRule ^(.*)/brand-(+)-c(+)-(+)-(.+)-(+).html   $1/brand.php?id=$2&cat=$3&page=$4&sort=$5&order=$6
RewriteRule ^(.*)/brand-(+)-c(+)-(+)(.*).html                $1/brand.php?id=$2&cat=$3&page=$4                  

RewriteRule ^(.*)/brand-(+)-c(+).html(.*)$                        $1/brand.php?$4&id=$2&cat=$3                  

RewriteRule ^(.*)/brand-(+)-c(+)(.*).html                         $1/brand.php?id=$2&cat=$3                        
RewriteRule ^(.*)/brand-(+)(.*).html                                 $1/brand.php?id=$2                                 
RewriteRule ^(.*)/tag-(.*).html                                             $1/search.php?keywords=$2                        
RewriteRule ^(.*)/snatch-(+).html$                                     $1/snatch.php?id=$2                              
RewriteRule ^(.*)/group_buy-(+).html$                                  $1/group_buy.php?act=view&id=$2                  
RewriteRule ^(.*)/auction-(+).html$                                    $1/auction.php?act=view&id=$2                     
RewriteRule ^(.*)/exchange-id(+)(.*).html$                           $1/exchange.php?id=$2&act=view                     
RewriteRule ^(.*)/exchange-(+)-min(+)-max(+)-(+)-(.+)-(+)(.*).html$ $1/exchange.php?cat_id=$2&integral_min=$3&integral_max=$4&page=$5&sort=$6&order=$7
RewriteRule ^(.*)/exchange-(+)-(+)-(.+)-(+)(.*).html$                         $1/exchange.php?cat_id=$2&page=$3&sort=$4&order=$5
RewriteRule ^(.*)/exchange-(+)-(+)(.*).html$                                          $1/exchange.php?cat_id=$2&page=$3
RewriteRule ^(.*)/exchange-(+)(.*).html$                                                   $1/exchange.php?cat_id=$2
页: [1]
查看完整版本: 十万火急feed.xml feed.php问题