• 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

How to write PHP in XSLT

PHP array stringify

Laravel Nova, route not found

str_word_count() function doesn't display Arabic language properly

Is it possible to re-use an array taken from PHP via JSON in a $.ajax function?

Add a text next to stock quantity if it is less than 10 in Woocommerce single product

Why getting "Build step 'Execute shell' marked build as failure" error while creating a backup tar for files

How to convert a carbon into string, to take the date only?

Laravel implode array items to new lines

php mysql + create a friend request system

renameColumn migration fails for existing column with columns does not exist error

How can I get data from PHP to Android TextView?

How to use $this->session->set_userdata in codeigniter

How to get total pages of PDF with FPDF?

How to generate QR CODE for dynamic generating link and logo using Simple QrCode in laravel?

About Contact Privacy policy Terms and conditions