Добавьте заголовок к каждому запросу с использованием .htaccess Я хочу добавить пользовательский заголовок к установке phpbb, не касаясь кода. (Использование .htaccess) Заголовок: Strict-Transport-Security: max-age = 157680000 Любые идеи? Ответ 1 Header add Strict-Transport-Security "max-age=157680000" http://httpd.apache.org/docs/2.0/mod/mod_headers.html Ответ 2 см. http://httpd.apache.org/docs/2.0/mod/mod_headers.html Header add Strict-Transport-Security "max-age=157680000"
Ответ 1 Header add Strict-Transport-Security "max-age=157680000" http://httpd.apache.org/docs/2.0/mod/mod_headers.html
Ответ 2 см. http://httpd.apache.org/docs/2.0/mod/mod_headers.html Header add Strict-Transport-Security "max-age=157680000"