• 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

Override default Auth routes in Laravel 7

Combining a describing and one array with data

CSS file not imported in laravel blade view

phpmyadmin : Depends: php-twig (>= 2.9) but 2.6.2-2 is to be installed. WHAT?

jwt decode throws Invalid argument supplied for foreach() on php-jwt and codeignitor 4

No result using makeStyles Material UI in react 18

Cache clear probem in Larave

How to increase the PHP upload limits [duplicate]

how to get value from array in laravel

Correctly determine if date string is a valid date in that format

How to install PHP composer inside a docker container

stay with the last 15 elements of an array [duplicate]

How to change product Image when variables are selected in Shop and Archive Pages?

Move a child array to parent array and change parent/child name

How to fix this error : Ask your hosting provider to use PHP 7.2.5 or higher for both HTTP and CLI?

About Contact Privacy policy Terms and conditions