在EC2中使用ELB的ssl证书。将http重定向到https

时间:2017-04-22 18:34:43

标签: php http amazon-web-services amazon-ec2 https

我在EC2中使用ELB创建了SSL证书。现在,我尝试使用以下代码将http重定向到https:

ServerName xyz.com      
RewriteEngine On    
RewriteCond %{HTTP:X-Forwarded-Proto} !https      
RewriteRule !/index.php https://%{SERVER_NAME}%{REQUEST_URI} [L,R]  .

前两次有效,之后会出现这样的错误

 This page isn’t working 
 www.xyz.com is currently unable to handle this request. 
HTTP ERROR 503

我尝试了很多方法,但没有工作。最后,我在这里向您提出建议。

0 个答案:

没有答案