• 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 assert parameter attribute sub-structures in PHPUnit mock call expectations

Transpose multidimensional array and join values with commas

Object of class stdClass could not be converted to string error

PHP | "The requested PHP extension bcmath is missing from your system."

Parameter is not sent to Laravel route in Ajax

How can I make a full text index of the column?

Laravel Livewire: jQuery not working in child component loaded via @if statement

Symfony run hint kernel.secret parameter not found

WAMP Virtual Host not working

Login if user is active using Laravel Breeze

str_replace or preg_replace random number from string

How to install ZeroMQ for PHP on an Alpine Linux container?

PHP SoapClient: set a namespace without prefix

Call to a member function fetch_field() on a non-object MySQLiDB

If you intend you use SMTP, add your SMTP Code after this Line

About Contact Privacy policy Terms and conditions