• 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

shell errors running php exec

how to see if database exists with PDO [duplicate]

PHP using str_starts_with for array to exclude same as with wildcard

CodeIgniter 3 is generating a session file on each request, why?

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

Display a success custom notice after Placing an Order in WooCommerce

How can I stop a symfony process which is listening on http://127.0.0.1:8000

jwt decode throws Invalid argument supplied for foreach() on php-jwt and codeignitor 4

In PHP, which is faster: preg_split or explode?

Shopify password update using Shopify API

HTML and PHP in one file

How to get multiple values with same key from an array PHP

Is there a way to use the same parameter into multiple place in the same query with Eloquent? [duplicate]

laravel 5.6 bulk inserting json data

How can i hide dt if dd got empty value

About Contact Privacy policy Terms and conditions