How can I remove HTTP headers with .htaccess in Apache?
Posted
by Daniel Magliola
on Server Fault
See other posts from Server Fault
or by Daniel Magliola
Published on 2010-06-15T18:58:59Z
Indexed on
2010/06/15
19:03 UTC
Read the original article
Hit count: 342
I have a website that is sending out "cache-control" and "pragma" HTTP headers for PHP requests.
I'm not doing that in the code, so I'm assuming it's some kind of Apache configuration, as suggested by this question (you don't really need to go there for this question's context)
I don't have anything in my .htaccess files, so it's gotta be in Apache's configuration itself, but I can't access that, this is a shared hosting, I only have FTP access to my website's directory.
Is there any way that I can add directives to my .htaccess files that will remove the headers added by the global configuration, or otherwise override the directive so that they're not added in the first place?
Thank you very much
Daniel
© Server Fault or respective owner