这些规则不起作用,我不知道为什么

时间:2017-05-30 01:38:13

标签: regex apache .htaccess url-rewriting

我正在尝试从一个站点到另一个站点进行临时重定向。 我从这个网站获得了这个代码> redirect one site to another

    <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteCond %{HTTP_HOST} ^ukhorseracingtipster.com$ [OR]
       RewriteCond %{HTTP_HOST} ^www.ukhorseracingtipster.com$
       RewriteRule (.*)$ https://www.fromthestables.com/$1 [R=301,L]
   </IfModule>

但它没有用。

我已将它放在.htaccess文件的顶部和底部。没有什么区别。

我需要做些什么才能将一个网站重定向到另一个网站

0 个答案:

没有答案