• 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

Not able to override collapsible.js in magento 2

Problems getting instance of UploadedFile in Yii2

Only on Firefox "Loading failed for the <script> with source"

Is it possible to change the table name in the migration file-laravel

Fetch files from next cloud storage and display in Laravel website

Symfony autowiring issues since docker update

PHP each() function replacement

"properties should not be accessed directly" issue during WooCommerce 3.0 checkout

How to average columns of data from multiple, flat arrays?

Not able to access model in the controller mautic

Warning: Unknown: Failed to write session data using user defined save handler. (session.save_path: ) in Unknown on line 0

Comma separated list from array with "and" before last element

Reducing authentication calls on external API (Laravel 5.6)

Transpose and flatten multiple rows of array data [duplicate]

how to identify the web server name of remote host

About Contact Privacy policy Terms and conditions