停止子域重定向到主域

时间:2018-06-14 11:00:35

标签: html .htaccess

当我搜索subdomain.domain.es时,我被重定向到domain.es。 htaccess文件中的代码:

RewriteEngine On
RewriteBase / RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://dominio.es/$1 [R=301,L]

我的托管公司给了我htaccess,所以我的网络从http重定向到https但我不知道这些代码的含义是什么。 我是网络编程的新手,所以我希望你能提供帮助。

非常感谢!

1 个答案:

答案 0 :(得分:0)

这个答案对我有用。我希望这可以帮助别人!

RewriteEngine On RewriteCond%{HTTPS}关闭 RewriteRule。* https://% {HTTP_HOST}%{REQUEST_URI} [L,R = 301]