• 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

Nginx RTMP not recording

How to KeyBy where multiple items have the same key

Not able to access model in the controller mautic

Applying programmatically a coupon to an Order in WooCommerce3

RabbitMQ PRECONDITION_FAILED - unknown delivery tag

Add a text next to stock quantity if it is less than 10 in Woocommerce single product

How to update array value in Laravel

How to map the two arrays with a duplicate value?

Twig - How to check if variable is a number / integer

Make survey at laravel 5.4 and MySQL

MOODLE: What does it mean to aggregate h5p assets?

json_encode turns array into an object

Session timeout in Yii2

I want to store data in new index as per my key in php [duplicate]

Warning: A non-numeric value encountered

About Contact Privacy policy Terms and conditions