Hi,
I’ve installed LAMP stack with the Wordpress Module.
I want to remove ETag in the server response header. For that I have added the following lines in my root .htaccess, right below the wordrpess lines.
Header unset ETag
FileETag None
This had no effect. I tried above … same result
Then I tried in the httpd-app.conf and it worked !
Why would it be working in the httpd-app.conf and not in the .htaccess file ?
Tks