2015-12-07 44 views

回答

1

使用類似:

# Forces SSL 
RewriteCond %{HTTPS} !=on 
RewriteCond %{HTTP:X-Forwarded-Proto} !https 
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R=301] 

X-Forwarded-Proto是,如果你是落後的哈希端接負載平衡器

+0

沒有重定向與本作:( – Keith

+0

我把那直接從工作應用程序我建立。也許'mod_rewrite'沒有啓用?還有,你是否在LAMP環境? –

+0

我去了我的主機,看看問題是什麼,他們讓我的代碼爲我工作。 – Keith