Prevent insertion of some entries to the .htaccess
-
Hello, Emre.
Your plugin insert these entries to the .htaccess file, which turns off proxy cache of my webhosting provider:
<ifModule mod_headers.c>
FileETag None
Header unset ETag
Header set Cache-Control “max-age=0, no-cache, no-store, must-revalidate”
Header set Pragma “no-cache”
Header set Expires “Mon, 29 Oct 1923 20:30:00 GMT”
</ifModule>Is it somehow possible to prevent insertion of these entries to the .htaccess, for example with some code tweak?
Thank you,
David
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Prevent insertion of some entries to the .htaccess’ is closed to new replies.