使用htaccess将所有URL重定向到特定URL相同的服务器域

时间:2015-07-04 09:18:54

标签: .htaccess mod-rewrite redirect

我在Cpanel中使用了重定向功能,虽然它不能按我的意愿工作。 这是.htaccess的代码:

RewriteCond %{HTTP_HOST} ^mywebsite\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.mywebsite\.com$
RewriteRule ^/?$ "http\:\/\/mywebsite\.com\/about\-uspage" [R=301,L]`

mywebsite.com重定向到mywebsite.com/about-uspage罚款。

但是,如果有人打开,例如mywebsite.com/any-other-link,那么它就不会重定向到我想要的mywebsite.com/about-uspage

请注意,mywebsite.com是我的Cpanel上的托管域名,mywebsite.com不是我的主要Cpanel域名。

0 个答案:

没有答案