Tagged Questions
0
votes
1answer
280 views
Temporarily Utilizing 304 Header on Apache for Crawlers
I have a client who has a hosting arrangement with 400 customer sites all hosted through SuPHP in CGI mode on Apache. The sysop is now gone and the client is calling on me for rolling out a new PHP ...
1
vote
2answers
1k views
Set Apache HTTP header except for specified URL
I'm using Apache 2.2 and want to set the X-Frame-Options header to "deny" across most of the site. I can turn it on unconditionally using mod_headers. However, there is one CGI scripts that returns ...