• 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

Why is this PHP array not the same?

Match csv filenames to table names and import

How to install LDAP in Docker php-fpm alpine

How to retrieve Active Directory group policy maximum password age using LDAP

Python - Include another Python script

Edit product hook WooCommerce

how to display a view on laravel 8 and not have a 404 NOT FOUND page?

Adding hreflang tags automatically in WordPress subdirectory multisite

laravel controller function parameters

Error when uploading certain .png files "Interlace handling should be turned on when using png_read_image"

Docker & Laravel : configure: error: Package requirements (oniguruma) were not met

Attempt to read property "view" on null when sending password reset email

How to remove from a multidimensional array all duplicate elements including the original?

How to access a var with "-" in PHP [duplicate]

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

About Contact Privacy policy Terms and conditions