• 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

Explode not working properly with dash

Clear javascript source cache laravel 5.8

Laravel insert dynamic input values with radio button

Star rating with half star support

Display specific shipping method if woocommerce product has specific acf field value

PHP 8.1: strftime() is deprecated

How can I get user id from session in javascript?

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

wordpress function breaks wp-admin

Unable to uninstall brew php from homebrew

Composer Curl error 60: SSL certificate problem: unable to get local issuer certificate

Laravel eloquent update record without loading from database

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

browsersync doesn't work with XAMPP

I want to store data in new index as per my key in php [duplicate]

About Contact Privacy policy Terms and conditions