• 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

Applying programmatically a coupon to an Order in WooCommerce3

Add New Parameter to Existing URL using htaccess

wordpress : How to specify the cause "This site can’t be reached"

Symfony 4: how to allow dynamic values for array nodes in bundle configuration?

javascript html popup window

Results page in other window

Why does codeigniter & Linux server throws unserialize() session data error when user tries to login

PHP function Not Working As Expected From functions.php Include File

PHPExcel export HTML table to xlsx

How to insert data from multiple select dropdown values into database?

Currently Using CodeIgniter Framework i have an Error

Smarty if isset

PHP Startup: Unable to load dynamic library 'openssl' in Ubuntu

Make survey at laravel 5.4 and MySQL

How to get result of the formula on import xlsx with maatwebsite using Laravel? I get formula and not value of the formula

About Contact Privacy policy Terms and conditions