.htaccess重定向其中一个域路径

时间:2014-02-28 01:11:49

标签: .htaccess redirect

我有两个域名:

1. www.domain1.com
2. www.domain2.com

两个域都有相同的路径:

www.domain1.com/product-name.html
www.domain2.com/product-name.html

我想重定向

www.domain1.com/product-name.html www.domain1.com/product-number.html

但请保持 www.domain2.com.product-name.html 不被重定向。

我试过

RewriteCond %{HTTP_HOST} ^www\.domain1\.com [NC] 
RewriteRule ^product-name.html /product-number.html [NC,QSA] 

没有运气。

有什么想法吗?

0 个答案:

没有答案