如何配置 apache 以对某些请求使用 https 而不是 http?

如何配置 apache 以对某些请求使用 https 而不是 http?

对于我使用 Apache 共享的一些文件,我想确保它们仅通过 https 提供。

我该如何为 Apache 配置它?

答案1

使用重写引擎模块。说明可在此处找到:

  Apache:将 http 重定向到 https Apache 安全连接 – 强制 HTTPS 连接
  http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html

相关内容