我有一个网站和一个子域名。
主网站托管在server A中,子域在server B中。
main website = server A
sub domain = server B
当我有高流量时,我会将我的主网站重定向到我的子域名。
http://main-website.com redirects to sub.main-website.com
and
http://main-website.com/post1 redirects to sub.main-website.com/post1
我在主网站服务器上使用htaccess进行重定向.
我将为服务器A(主网站服务器,包含重定
我有一个网站托管在bluehost上,但使用的域名来自谷歌域名。我试图强迫它总是将http://example.io -> https://example.io从google域站点重定向。
但是,当我添加重定向时,会得到以下错误:
This synthetic record has an error and will not function correctly:
We had a temporary issue creating your SSL certificate. We will automatically keep trying to resolve this issue.
我在apache上安装了ubuntu服务器。Everythink运行良好。现在我有8个域名。一个是与虚拟主机链接的。让我们称它为maindomain.com。其他7个域链接到另一个虚拟主机,让我们称其为linked darydomain1.com to linked Darydomain7.com。
我需要这7个域名被重定向到主域。/之后的所有内容都必须重定向到基域。例如,次域名2.com/file.php将被重定向至maindomain.com
有没有人能教我怎么用.htaccess文件呢?
我试过这样的东西,但它不起作用。
RewriteEngine On
RewriteBase /
Re