代码拉取完成,页面将自动刷新
同步操作将从 YHGJ/lmshop_kj 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
####################################
# #
# 大商创 Nginx服务器 伪静态文件 #
# #
###################################
if (!-e $request_filename)
{
rewrite ^/index.html$ /index.php last;
rewrite ^/category$ /index.php last;
#bylu
rewrite ^/exchange.html$ /exchange.php last;
rewrite ^/group_buy.html$ /group_buy.php last;
rewrite ^/brand.html$ /brand.php last;
rewrite ^/group_buy.html$ /group_buy.php last;
rewrite ^/auction.html$ /auction.php last;
rewrite ^/package.html$ /package.php last;
rewrite ^/activity.html$ /activity.php last;
rewrite ^/snatch.html$ /snatch.php last;
rewrite ^/store_street.html$ /store_street.php last;
rewrite ^/presale.html$ /presale.php last;
rewrite ^/categoryall.html$ /categoryall.php last;
rewrite ^/merchants.html$ /merchants.php last;
rewrite ^/message.html$ /message.php last;
rewrite ^/wholesale.html$ /wholesale.php last;
rewrite ^/gift_gard.html$ /gift_gard.php last;
rewrite ^/history_list.html$ /history_list.php last;
rewrite ^/merchants_steps.html$ /merchants_steps.php last;
rewrite ^/merchants_steps_site.html$ /merchants_steps_site.php last;
rewrite ^/feed-c([0-9]+)\.xml$ /feed.php?cat=$1 last;
rewrite ^/feed-b([0-9]+)\.xml$ /feed.php?brand=$1 last;
rewrite ^/feed-type([^-]+)\.xml$ /feed.php?type=$1 last;
rewrite ^/feed\.xml$ /feed.php last;
rewrite ^/category-([0-9]+)-b([^-]*)-min([0-9]+)-max([0-9]+)-attr([^-]*)-([0-9]+)-(.+)-([a-zA-Z]+)(.*).html$ /category.php?id=$1&brand=$2&price_min=$3&price_max=$4&filter_attr=$5&page=$6&sort=$7&order=$8 last;
rewrite ^/category-([0-9]+)-min([0-9]+)-max([0-9]+)-attr([^-]*)-([0-9]+)-(.+)-([a-zA-Z]+)(.*).html$ /category.php?id=$1&price_min=$2&price_max=$3&filter_attr=$4&page=$5&sort=$6&order=$7 last;
rewrite ^/category-([0-9]+)-min([0-9]+)-max([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*).html$ /category.php?id=$1&price_min=$2&price_max=$3&page=$4&sort=$5&order=$6 last;
rewrite ^/category-([0-9]+)-b([^-]*)-min([0-9]+)-max([0-9]+)-attr([^-]*)(.*).html$ /category.php?id=$1&brand=$2&price_min=$3&price_max=$4&filter_attr=$5 last;
rewrite ^/category-([0-9]+)-min([0-9]+)-max([0-9]+)-attr([^-]*)(.*).html$ /category.php?id=$1&price_min=$2&price_max=$3&filter_attr=$4 last;
rewrite ^/category-([0-9]+)-b([^-]*)-min([0-9]+)-max([0-9]+)(.*).html$ /category.php?id=$1&brand=$2&price_min=$3&price_max=$4 last;
rewrite ^/category-([0-9]+)-b([^-]*)-([0-9]+)-(.+)-([a-zA-Z]+)(.*).html$ /category.php?id=$1&brand=$2&page=$3&sort=$4&order=$5 last;
rewrite ^/category-([0-9]+)-b([^-]*)-attr([^-]*)(.*).html$ /category.php?id=$1&brand=$2&filter_attr=$3 last;
rewrite ^/category-([0-9]+)-b([^-]*)-max([0-9]+)(.*).html$ /category.php?id=$1&brand=$2&price_max=$3 last;
rewrite ^/category-([0-9]+)-attr([^-]*)(.*).html$ /category.php?id=$1&filter_attr=$2 last;
rewrite ^/category-([0-9]+)-min([0-9]+)-max([0-9]+)(.*).html$ /category.php?id=$1&price_min=$2&price_max=$3 last;
rewrite ^/category-([0-9]+)-max([0-9]+)(.*).html$ /category.php?id=$1&price_max=$2 last;
rewrite ^/category-([0-9]+)-b([^-]*)-([0-9]+)(.*).html$ /category.php?id=$1&brand=$2&page=$3 last;
rewrite ^/category-([0-9]+)-b([^-]*)(.*).html$ /category.php?id=$1&brand=$2 last;
rewrite ^/category-([0-9]+)(.*).html$ /category.php?id=$1 last;
rewrite ^/goods-([0-9]+)(.*).html$ /goods.php?id=$1 last;
rewrite ^/presale-([0-9]+)-(([a-zA-Z])+([^-]*)).html$ /presale.php?id=$1&act=$2 last;
rewrite ^/presale-(([a-zA-Z])+([^-]*)).html$ /presale.php?act=$1 last;
rewrite ^/user-(([a-zA-Z])+([^-]*)).html$ /user.php?act=$1 last;
rewrite ^/categoryall-([0-9]+)(.*).html$ /categoryall.php?id=$1 last;
rewrite ^/article_cat-([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*).html$ /article_cat.php?id=$1&page=$2&sort=$3&order=$4 last;
rewrite ^/article_cat-([0-9]+)-([0-9]+)-(.+)(.*).html$ /article_cat.php?id=$1&page=$2&keywords=$3 last;
rewrite ^/article_cat-([0-9]+)-([0-9]+)(.*).html$ /article_cat.php?id=$1&page=$2 last;
rewrite ^/article_cat-([0-9]+)(.*).html$ /article_cat.php?id=$1 last;
rewrite ^/article-([0-9]+)(.*).html$ /article.php?id=$1 last;
rewrite ^/merchants-([0-9]+)(.*).html$ /merchants.php?id=$1 last;
rewrite ^/brand-([0-9]+)-c([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)-(([a-zA-Z])+([^-]*))\.html /brand.php?id=$1&cat=$2&page=$3&sort=$4&order=$5&act=$6 last;
rewrite ^/brand-([0-9]+)-c([0-9]+)-([0-9]+)-(([a-zA-Z])+([^-]*))(.*)\.html /brand.php?id=$1&cat=$2&page=$3&act=$4 last;
rewrite ^/brand-([0-9]+)-c([0-9]+)-(([a-zA-Z])+([^-]*))(.*)\.html /brand.php?id=$1&cat=$2&act=$3 last;
rewrite ^/brand-([0-9]+)-(([a-zA-Z])+([^-]*))(.*)\.html /brand.php?id=$1&act=$2 last;
rewrite ^/tag-(.*)\.html /search.php?keywords=$1 last;
rewrite ^/snatch-([0-9]+).html$ /snatch.php?id=$1 last;
rewrite ^/group_buy-([0-9]+).html$ /group_buy.php?act=view&id=$1 last;
rewrite ^/auction-([0-9]+).html$ /auction.php?act=view&id=$1 last;
rewrite ^/exchange-id([0-9]+)(.*).html$ /exchange.php?id=$1&act=view last;
rewrite ^/exchange-([0-9]+)-min([0-9]+)-max([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*).html$ /exchange.php?cat_id=$1&integral_min=$2&integral_max=$3&page=$4&sort=$5&order=$6 last;
rewrite ^/exchange-([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*).html$ /exchange.php?cat_id=$1&page=$2&sort=$3&order=$4 last;
rewrite ^/exchange-([0-9]+)-([0-9]+)(.*).html$ /exchange.php?cat_id=$1&page=$2 last;
rewrite ^/exchange-([0-9]+)(.*).html$ /exchange.php?cat_id=$1 last;
rewrite ^/merchants_store-([0-9]+)-c([0-9]+)-b([0-9]+)-min([0-9]+)-max([0-9]+)-attr([^-]*)-([0-9]+)-(.+)-([a-zA-Z]+)(.*).html$ /merchants_store.php?merchant_id=$1&id=$2&brand=$3&price_min=$4&price_max=$5&filter_attr=$6&page=$7&sort=$8&order=$9 last;
rewrite ^/merchants_store-([0-9]+)-c([0-9]+)-b([0-9]+)-min([0-9]+)-max([0-9]+)-attr([^-]*)(.*).html$ /merchants_store.php?merchant_id=$1&id=$2&brand=$3&price_min=$4&price_max=$5&filter_attr=$6 last;
rewrite ^/merchants_store-([0-9]+)-c([0-9]+)-b([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*).html$ /merchants_store.php?merchant_id=$1&id=$2&brand=$3&page=$4&sort=$5&order=$6 last;
rewrite ^/merchants_store-([0-9]+)-c([0-9]+)-min([0-9]+)-max([0-9]+)-attr([^-]*)(.*).html$ /merchants_store.php?merchant_id=$1&id=$2&price_min=$3&price_max=$4&filter_attr=$5 last;
rewrite ^/merchants_store-([0-9]+)-c([0-9]+)-b([0-9]+)-([0-9]+)(.*).html$ /merchants_store.php?merchant_id=$1&id=$2&brand=$3&page=$4 last;
rewrite ^/merchants_store-([0-9]+)-c([0-9]+)-b([0-9]+)(.*).html$ /merchants_store.php?merchant_id=$1&id=$2&brand=$3 last;
rewrite ^/merchants_store-([0-9]+)-c([0-9]+)(.*).html$ /merchants_store.php?merchant_id=$1&id=$2 last;
rewrite ^/merchants_store-([0-9]+)(.*).html$ /merchants_store.php?merchant_id=$1 last;
rewrite ^/merchants_store_shop-([0-9]+)-merchant_id([0-9]+)-b([0-9]+)-min([0-9]+)-max([0-9]+)-attr([^-]*)-([0-9]+)-(.+)-([a-zA-Z]+)(.*).html$ /merchants_store_shop.php?id=$1&merchant_id=$2&brand=$3&price_min=$4&price_max=$5&filter_attr=$6&page=$7&sort=$8&order=$9 last;
rewrite ^/merchants_store_shop-([0-9]+)-merchant_id([0-9]+)-b([0-9]+)-min([0-9]+)-max([0-9]+)-attr([^-]*)(.*).html$ /merchants_store_shop.php?id=$1&merchant_id=$2&brand=$3&price_min=$4&price_max=$5&filter_attr=$6 last;
rewrite ^/merchants_store_shop-([0-9]+)-merchant_id([0-9]+)-b([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*).html$ /merchants_store_shop.php?id=$1&merchant_id=$2&brand=$3&page=$4&sort=$5&order=$6 last;
rewrite ^/merchants_store_shop-([0-9]+)-merchant_id([0-9]+)-b([0-9]+)-([0-9]+)(.*).html$ /merchants_store_shop.php?id=$1&merchant_id=$2&brand=$3&page=$4 last;
rewrite ^/merchants_store_shop-([0-9]+)-merchant_id([0-9]+)-b([0-9]+)(.*).html$ /merchants_store_shop.php?id=$1&merchant_id=$2&brand=$3 last;
rewrite ^/merchants_store_shop-([0-9]+)(.*).html$ /merchants_store_shop.php?id=$1 last;
rewrite ^/gift_gard-([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*).html$ /gift_gard.php?id=$1&page=$2&sort=$3&order=$4 last;
rewrite ^/gift_gard-([0-9]+)-([0-9]+)(.*).html$ /gift_gard.php?id=$1&page=$2 last;
rewrite ^/gift_gard-([0-9]+)(.*).html$ /gift_gard.php?id=$1 last;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。