• 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

Change the alert text on add to cart action without selected variation in Woocommerce

Laravel Passport - Not able to get token string in response?

Adding the custom page with add_menu_page function on Wordpress

"cannot list resources" error from WooCommerce REST API

Eloquent insert id with sequence next value

Open a popup box after receiving result from ajax

Check if user online laravel

Laravel Delete and Update

xdebug 3 not working in ubuntu 20.04 with docker

Dropdown with current value from Mysql

Mobile browsers are adding .html to filename on download

Get all WooCommerce products within own plugin

how to insert data into select2 search input after scan using qrcode

Custom API and cunsuming in php?

Getting error: CodeIgniterDatabaseBaseResult::getResult in CodeIgniter

About Contact Privacy policy Terms and conditions