• 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

Laravel SQL query midnight time not showing

woocommerce change position of price

Utf8 encoding issue with Laravel

PHPExcel_IOFactory::createWriter causes wrong behaviour

What is the function of the (new Date()).getTime() in PHP?

Split array into 4-element chunks then implode into strings

codeigniter 4 running error first time with xampp

Laravel Carbon throws error The format separator does not match

Handle error for duplicate entries - PHP/MySQL

How Can I Do LIMIT 1, 2 In WP_Query

Why is this PHP array not the same?

Doctrine 2 mapping referencing unique key

Declaration of OMDb::query(string $statement) must be compatible with PDO::query

Unable to create lockable file - Laravel 8 & PHP 8

Creating command to backup MySql database in Laravel

About Contact Privacy policy Terms and conditions