• 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 connect to MSSQL Server with PHP from Ubuntu 18.04?

how to check version of codeigniter framework?

Woocommerce redirect after add-to-cart error

PhP how to calculate moments with variables rows

How do I loop through an MS SQL database with VB.NET?

Symfony - EasyAdmin - Add and remove functions are ignored from AssociationField

Check if user online laravel

How to get the survey List from surveygizmo API in the Postman?(Trial Version)

Alert message after submitting form in PHP

Creating live search with AJAX and CodeIgniter

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

how to pass row id in href of a tag in codeigniter controller?

MOODLE: What does it mean to aggregate h5p assets?

XAMPP keeps showing Dashboard/Welcome Page instead of the Configuration Page

Laravel unique validation on multiple columns

About Contact Privacy policy Terms and conditions