• 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

Send same name multiple checkbox values via ajax

Symfony - "framework.test" config is not set to true

php - add comma thousands separator but remove trailing zeros

Session timeout in Yii2

Cut an arabic string

Adding Multiple Custom Post Types in Wordpress

Apply filter array/return terms

WordPress ACFNotice: get_field() - We've detected one or more calls to retrieve ACF field values before ACF has been initialized

Unable to Edit config.inc.php

Laravel: HTML in notification

PHP - installing Xdebug on Mac with XAMPP (Unix File)

SlimExceptionHttpNotFoundException

Need to display only array value in JSON output

Yii2: How to download backup files using spanjeta/yii2-backup?

Statement that checks whether a URL contains a particular path?

About Contact Privacy policy Terms and conditions