当我将http重定向到https时,它给出了500个内部服务器错误

时间:2018-07-22 01:30:55

标签: apache .htaccess

当我使用以下代码将http重定向到https时:

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

它给出500个内部服务器错误。

  

/home/siggle/public_html/.htaccess:无效的命令   '\ xef \ xbb \ xbfRewriteEngine',可能是拼写错误或由模块定义的   不包含在服务器配置中

1 个答案:

答案 0 :(得分:0)

您需要在服务器上安装URL重写模块: https://www.iis.net/downloads/microsoft/url-rewrite