代码之家  ›  专栏  ›  技术社区  ›  steven

使用.htaccess为每个请求添加一个头

  •  19
  • steven  · 技术社区  · 16 年前

    我想在phpbb安装中添加一个自定义头,而不必接触代码(使用.htaccess)

    标题为:

    Strict-Transport-Security: max-age=157680000
    

    有什么想法吗?

    2 回复  |  直到 8 年前
        1
  •  39
  •   Ry- Vincenzo Alcamo    14 年前
    Header add Strict-Transport-Security "max-age=157680000"
    

    http://httpd.apache.org/docs/2.0/mod/mod_headers.html

        2
  •  5
  •   Lance Rushing    16 年前

    看见 http://httpd.apache.org/docs/2.0/mod/mod_headers.html

    Header add Strict-Transport-Security "max-age=157680000"