• 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 Multi-language routes without prefix

Custom Button next to “ADD TO CART” button of WooCommerce based on Product Type

Use Python plotly chart in PHP

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

How to put php code inside opening and closing shortcodes

How to modify CSS in a specific page of the WP admin dashboard (backend)

Problems getting instance of UploadedFile in Yii2

How do I truncate a decimal in PHP?

PHP file_get_contents function

Mysqli Output to a table

Whats the point of running Laravel with the command 'php artisan serve'?

retrieve data from database using session

Google Calendar API batch request PHP

add uri parameter to Route name in laravel

how to make my own auto increment in php?

About Contact Privacy policy Terms and conditions