• 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

Laravel Nova, route not found

"Mixed content blocked" when running an HTTP AJAX operation in an HTTPS page

How to get result of the formula on import xlsx with maatwebsite using Laravel? I get formula and not value of the formula

How to read laravel_session cookies saved in cookie memory of browser in client side?

PHPUnit (Phar) Fatal Error Only When Test Fails

GRPC installed successfully on ubuntu but php is looking for it in another folder

laravel MVC execution flow

Laravel Displaying image from database

phpseclib 2.0 can not use Composer to create autoload

How can I access an array/object?

PHP block shortcut in Visual Studio Code

Wordpress 'post_type_link' hides permalink

Phalcon: setStatusCode returns empty response

Adding Multiple Custom Post Types in Wordpress

Creating Combinations of Elements

About Contact Privacy policy Terms and conditions