两个重定向ssl apache

时间:2015-12-19 23:30:06

标签: apache .htaccess redirect ssl

我购买了SSL证书(https),我从http://example.com重定向到https://example.com

它以100%的速度工作。

现在,我想说,有人会输入www.site.com他将重定向到https://example.com

如何制作?我尝试使用htaccess但它没有工作。

以下是来自/ etc / apache2 / sites-available / default-ssl的代码,它将从http重定向到https:

<VirtualHost *:80>
ServerName example.com
Redirect / https://example.com
</VirtualHost>

0 个答案:

没有答案