【发布时间】:2016-05-06 12:24:30
【问题描述】:
如果我想将我的旧商店域 http://shop.example.net/product-name.html 重定向到 http://example.net/product-category/product-new-name
我该怎么办?
已经在做
Redirect 301 /Hoodies_c_70.html http://example.net/product-category/apparel/hoodies/
但它不起作用。它显示http://example.net/Hoodies_c_70.html
【问题讨论】:
-
您需要重定向 Hoodies_c_70.html 页面还是所有域?我的意思是你想将 site.com/dir/dir/ 重定向到 newsite.com/newdir/newdir ?