• 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

PHP error: "The zip extension and unzip command are both missing, skipping."

Display a product custom field only in WooCommerce Admin single orders

How do I set the maximum php memory limit

SMTP "Error: DATA not accepted from server!" Opencart 2.3 on InMotionHosting

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

Match single unknown parameter php (Morse-code Regex)

How to get variable from JavaScript to PHP [duplicate]

Call to a member function givePermissionTo() on null

How to make autocomplete work in foreach php loop? (vscode, intellisense)

Upload a file Using PHP and JavaScript

Submitting a form with ajax in Wordpress

Pagekite error: FAIL: localhost:8080 is down

Problem with fetching data from database in Laravel

args[max_input] woocommerce if statement confused

Reload parent page after submit in iframe

About Contact Privacy policy Terms and conditions