• 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

GA4 custom event from server side, can someone tell me how i can do the following code in php?

Getting public posts of a random user from Facebook API

Use Python plotly chart in PHP

Cannot pass null argument when using type hinting

I want to display a sweetalert after the inserting of data in my database

*** ERROR *** The PHP configuration loaded file is: c:/wamp64/bin/php/php8.1.0/php.ini - should be: c:/wamp64/bin/apache/apache2.4.53.1/bin/php.ini

Return new collection without modifying original collection

Update Total in checkout of Woocommerce with Ajax Request

CodeIgniter 4: Like and Dislike Functionality

Limit WooCommerce products in cart only from one custom taxonomy

PHP Imap , php 7.4.3 on mac osx catalina

How do I truncate a decimal in PHP?

Input and output values for php into the browser?

How to get median and quartiles/percentiles of an array in JavaScript (or PHP)?

Xdebug in Laravel is not working with VSCode

About Contact Privacy policy Terms and conditions