• 购物车 

    我的购物车

    件商品
    去购物车结算
  • 在线充值 
  • 提交工单
  • 备案平台
  • 帮助中心

欢迎您来到阿庆嫂网络

win服务器和linux服务器301转向代码

win服务器:

RewriteCond %{HTTP:Host} ^haochezuo.com$

RewriteRule (.*) http://www.haochezuo.com$1 [NC,R=301]



linux服务器:

rewriteEngine on

rewriteCond %{http_host} ^haochezuo.com [NC]

rewriteRule ^(.*)$ http://www.haochezuo.com/$1 [R=301,L]