I want to use this rule:
<IfModule mod_headers.c>
Header always set X-FRAME-OPTIONS "DENY"
</IfModule>
But only for the front pages of my website.
I.e. I have a backoffice : example.com/gestion
for which I don't want the rule to apply and I want to have the rule applied only for example.com
(so all URLs without gestion
)
Any idea ?