问题描述
Apache 2.3 不会重写 https 流量, 这是我的 htaccess
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteCond %{HTTP_HOST} ^example.it$ [OR]
RewriteCond %{HTTP_HOST} ^www.example.it$ [OR]
RewriteCond %{HTTP_HOST} ^www.example.com$ [OR]
RewriteCond %{HTTP_HOST} ^example.org$
RewriteRule ^(.*)$ https://www.example.org%{REQUEST_URI} [R=301,L]
这是site-aviable中的mi example.conf
AccessFileName .htaccess
<Directory /www/example.org/>
Options FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>
但不适用于httpS!! 仅重写 http 流量
我想如果你写 https:// 或 http:// 或没有 http(s) 一切都重定向到 https://www.example.org 怎么办?
最好的问候
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)