• 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

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

500 (Internal Server Error) with Laravel & Docker [duplicate]

PHP Slim Framework request using withAttribute error

Smarty if isset

Send Outlook 2010 email using PHP

Assets not referencing to public folder (Laravel)

How to add class name to an existing tag in php

Pages are working fine on localhost but not running on the hosting server

How to Make Laravel Eloquent "IN" Query?

php code to send checkbox form results to email

Printing more than one array using print_r or any other function in php

How do I do HTTP basic authentication using Guzzle?

mysql slow on updates for a well optimized query

Remove country code from phone number?

Laravel Multi-language routes without prefix

About Contact Privacy policy Terms and conditions