• 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 map the two arrays with a duplicate value?

I want to display default profile image if user do not have profile image

Unable to run composer install

Querying only one row from a one to many relationship laravel

Center point of multiple gps coordinates with php

codeigniter 4 running error first time with xampp

I want to use codeigniter foreign character library in my custom PHP project how i can use it?

Laravel Command Schedule Not Working Properly

How to solve Duplicate entry '0' for key 'PRIMARY' in Wordpress?

Laravel Gates using model and returns "Using $this when not in object context" Line 28 of AzureUser model

Clients authentication and user authentication with laravel

How to check user Permissions using Custom Middleware in Laravel

jQuery Ajax Post with data

PHP how to detect if running on arm64 cpu?

Laravel 5.1 how to use {{ old('') }} helper on blade file for radio inputs

About Contact Privacy policy Terms and conditions