You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
4.0 KiB
43 lines
4.0 KiB
<FilesMatch "\.(bak|inc|lib|sh|tpl|lbi|dwt)$">
|
|
order deny,allow
|
|
deny from all
|
|
</FilesMatch>
|
|
|
|
RewriteEngine On
|
|
#RewriteBase /
|
|
|
|
# direct one-word access
|
|
RewriteRule ^index\.html$ index\.php [L]
|
|
RewriteRule ^category$ index\.php [L]
|
|
|
|
RewriteRule ^category-([0-9]+)-b([0-9]+)-min([0-9]+)-max([0-9]+)-attr([^-]*)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html$ index\.php\?r=category/index/products&id=$1&brand=$2&price_min=$3&price_max=$4&filter_attr=$5&page=$6&sort=$7&order=$8 [QSA,L]
|
|
RewriteRule ^category-([0-9]+)-b([0-9]+)-min([0-9]+)-max([0-9]+)-attr([^-]*)(.*)\.html$ index\.php\?r=category/index/products&id=$1&brand=$2&price_min=$3&price_max=$4&filter_attr=$5 [QSA,L]
|
|
RewriteRule ^category-([0-9]+)-b([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html$ index\.php\?r=category/index/products&id=$1&brand=$2&page=$3&sort=$4&order=$5 [QSA,L]
|
|
RewriteRule ^category-([0-9]+)-b([0-9]+)-([0-9]+)(.*)\.html$ index\.php\?r=category/index/products&id=$1&brand=$2&page=$3 [QSA,L]
|
|
RewriteRule ^category-([0-9]+)-b([0-9]+)(.*)\.html$ index\.php\?r=category/index/products&id=$1&brand=$2 [QSA,L]
|
|
RewriteRule ^category-([0-9]+)(.*)\.html$ index\.php\?r=category/index/products&id=$1 [QSA,L]
|
|
|
|
RewriteRule ^goods-([0-9]+)(.*)\.html$ index\.php\?r=goods/index&id=$1 [QSA,L]
|
|
|
|
RewriteRule ^article_cat-([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html$ index\.php\?r=article/index/category&id=$1&page=$2&sort=$3&order=$4 [QSA,L]
|
|
RewriteRule ^article_cat-([0-9]+)-([0-9]+)-(.+)(.*)\.html$ index\.php\?r=article/index/category&id=$1&page=$2&keywords=$3 [QSA,L]
|
|
RewriteRule ^article_cat-([0-9]+)-([0-9]+)(.*)\.html$ index\.php\?r=article/index/category&id=$1&page=$2 [QSA,L]
|
|
RewriteRule ^article_cat-([0-9]+)(.*)\.html$ index\.php\?r=article/index/category&id=$1 [QSA,L]
|
|
|
|
RewriteRule ^article-([0-9]+)(.*)\.html$ index\.php\?r=article/index/detail&id=$1 [QSA,L]
|
|
|
|
RewriteRule ^brand-([0-9]+)-c([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)\.html index\.php\?r=brand/index&id=$1&cat=$2&page=$3&sort=$4&order=$5 [QSA,L]
|
|
RewriteRule ^brand-([0-9]+)-c([0-9]+)-([0-9]+)(.*)\.html index\.php\?r=brand/index&id=$1&cat=$2&page=$3 [QSA,L]
|
|
RewriteRule ^brand-([0-9]+)-c([0-9]+)(.*)\.html index\.php\?r=brand/index&id=$1&cat=$2 [QSA,L]
|
|
RewriteRule ^brand-([0-9]+)(.*)\.html index\.php\?r=brand/index&id=$1 [QSA,L]
|
|
|
|
RewriteRule ^tag-(.*)\.html index\.php\?r=category/index/products&id=0&brand=0&intro=&price_min=0&price_max=0&filter_attr=0&page=1&sort=goods_id&order=DESC&isself=0&hasgoods=0&promotion=0&keywords=$1 [QSA,L]
|
|
RewriteRule ^snatch-([0-9]+)\.html$ index\.php\?r=snatch/index&id=$1 [QSA,L]
|
|
RewriteRule ^group_buy-([0-9]+)\.html$ index\.php\?r=groupbuy/index/detail&id=$1 [QSA,L]
|
|
RewriteRule ^auction-([0-9]+)\.html$ index\.php\?r=auction/index/detail&id=$1 [QSA,L]
|
|
|
|
RewriteRule ^exchange-id([0-9]+)(.*)\.html$ index\.php\?r=exchange/index/detail&id=$1 [QSA,L]
|
|
RewriteRule ^exchange-([0-9]+)-min([0-9]+)-max([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html$ index\.php\?r=exchange/index&cat_id=$1&integral_min=$2&integral_max=$3&page=$4&sort=$5&order=$6 [QSA,L]
|
|
RewriteRule ^exchange-([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html$ index\.php\?r=exchange/index&cat_id=$1&page=$2&sort=$3&order=$4 [QSA,L]
|
|
RewriteRule ^exchange-([0-9]+)-([0-9]+)(.*)\.html$ index\.php\?r=exchange/index&cat_id=$1&page=$2 [QSA,L]
|
|
RewriteRule ^exchange-([0-9]+)(.*)\.html$ index\.php\?r=exchange/index&cat_id=$1 [QSA,L]
|
|
|