• Categories
    • PHP
    • phpMyAdmin
    • PHPMailer
    • FFMpeg
    • PHPEXcel
    • PHPDoc
    • PHPUnit
    • CakePHP
    • CakePHP 2.0
    • Cake PHP 2.1
    • CakePHP Model
    • Facebook PHP SDK
    • composer-php
    • PHP 7
    • PHP GD
    All Categories
  • About

How to override htaccees file for cache control header

phpapache.htaccesscodeigniterbrowser-cache


PHP Snippet 1:

    Header append Cache-Control ""
    Header edit Cache-Control "^$" "private, no-store, no-cache, must-revalidate, max-age=0"
    Header append Pragma ""
    Header edit Pragma "^$" "no-cache"

Related Snippets

Fatal error: [] operator not supported for strings

curl returning 301 error after migrating to https

Live search query using JS and PHP for QA forum

How to display table header in every page using FPDF library?

Mysqli Output to a table

Combining a describing and one array with data

Symfony Error: "An exception has been thrown during the rendering of a template"

Move a child array to parent array and change parent/child name

Sagepay Error The Vendor failed to provide a RedirectionURL

Get latest Tweets - What API

Add restriction to WooCommerce coupons by allowed user ID

How to write PHP in XSLT

Laravel views are showing from cache on one server but works fine on other server

Laravel Database Strict Mode

Laravel update hasMany relationship using saveMany

About Contact Privacy policy Terms and conditions