• 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

retrieve data from database using session

Which is faster php date functions or carbon?

Query Optimization, changing the queries in the loop into a single processing query

Why does codeigniter & Linux server throws unserialize() session data error when user tries to login

Can't exclude directories from .htaccess mobile redirect?

carbon generated datetime not stored correctly into the database

Python - Include another Python script

Convert every two values of an associative array into key-value pairs

PHPExcel file download using AJAX call

javascript html popup window

How to install LDAP in Docker php-fpm alpine

codeigniter 4 running error first time with xampp

Exception thrown during the rendering of a template("Parameter "id" for route "url" must match "[^/]++" ("" given) to generate a corresponding URL.")

auth pages not getting css in laravel

How to create a cookie to store the timestamp of when a page is first loaded with php

About Contact Privacy policy Terms and conditions