• 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

Cache clear probem in Larave

Facebook SDK error: Cross-site request forgery validation failed. Required param "state" missing from persistent data

Laravel with App Engine Standard Class 'FacadeIgnitionIgnitionServiceProvider' not found

Laravel print last executed SQL query with Query log

Get number of working days between two dates in PHP [duplicate]

Detect a fetch request in PHP

Laravel update hasMany relationship using saveMany

how do i retrieve and display the alt text of an image in wordpress?

How do I call a php file with axios?

How to Display Data in Yajra Datatables Laravel 7?

How to give apache permission to write to home directory?

How to create a individual template for page or post in custom plugin?

How to add a sidebar to Woocommerce Shop Page?

Must be of the type array, null given,

How update php.ini on a Mac OS X Mojave?

About Contact Privacy policy Terms and conditions