Add a header to each request using .htaccess

Viewed 37400

I want to add a custom header to a phpbb installation without touching the code. (Using .htaccess)

The header is:

Strict-Transport-Security: max-age=157680000

Any ideas?

2 Answers
Related