Hi!
I am trying to set X-Frame-Options for all pages except all pages of this path: ^/mypath/
Whatever I have tried it won't work.
For example, using the below code in my .htaccess I always end up with "deny" - even if I switch my condition check from !~ to =~ I still get "deny" for the pages...