.httaccess 301使用路径通配符重定向子域

时间:2020-03-30 14:56:45

标签: .htaccess redirect http-status-code-301

我需要301将我在旧网站/平台上使用的URL重定向到Shopify上的新网站。

旧的网址结构:

https://shop.olddomain.com/path/name-of-page

我想拥有的是http / https的通配符,因为当Google根据该网站开始对其排名时,该平台将我的网站从不安全状态更改为安全状态。

对于/ path / name-of-page,我还需要一个通配符,因为我有数百个具有该结构的URL,而我并不想将每个URL都映射到新URL。基本上,我的目标是确保那些旧的URL不会进入死胡同404,并重定向到新的网站首页。

因此http / https://shop.olddomain.com/ *应该重定向到https://newdomain.com

1 个答案:

答案 0 :(得分:0)

在您的.htaccessshop.olddomain.com的地方

Redirect 301 /shopoldpath https://newdomain.com