当我使用以下代码将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',可能是拼写错误或由模块定义的 不包含在服务器配置中